Commit graph

7 commits

Author SHA1 Message Date
39b841fcb2 2026.1 2026-01-25 23:16:38 +03:00
9f867f775f Features: 1) None;
Fixes: 1) None;

Extra: 1) Reformatted `nginx.conf` for improved readability by aligning indentation and spacing across all directives and blocks;
2025-11-10 13:07:24 +03:00
10434d8e2b Features: 1) Add new /static/ and /media/ location blocks for serving static and media files.
Fixes: 1) Normalize spacing and indentation throughout `nginx.conf`.

Extra: Improve readability and consistency of configuration file by aligning header and directive formatting.
2025-11-10 13:01:07 +03:00
cd067ee5da Features: 1) Add static files configuration in nginx for cross-origin requests.
Fixes: 1) Update Console styling in 'initialize' command to remove non-standard style notice; 2) Simplify STATIC_URL and MEDIA_URL definitions in settings for uniformity.

Extra: 1) Minor cleanup in static and media path handling; 2) Add new location block in nginx for static files access.
2025-11-10 11:51:34 +03:00
33362d8340 2025.4 PREVIEW 2025-11-08 04:38:09 +03:00
b815d70d54 Features: 1) Migrate from gunicorn to uvicorn. 2) Add skeleton for chat functionality;
Fixes: None;
Extra: Add missing translations;
2025-10-25 19:36:34 +03:00
47750e98d0 Features: 1) Rename configuration file to nginx.conf;
Fixes:

Extra:
2025-09-13 15:45:21 +03:00
Renamed from nginx (Browse further)