This commit is contained in:
2026-03-11 15:12:17 +00:00
parent cbedcd67f6
commit 1570f79b62
11 changed files with 3638 additions and 410 deletions

View File

@@ -6,7 +6,11 @@ upstream django {
server {
listen 9999;
location = /favicon.ico { access_log off; log_not_found off; }
location = /favicon.ico {
alias /conf/static/favicon.ico;
access_log off;
log_not_found off;
}
location /static/ {
root /conf;
@@ -21,4 +25,4 @@ server {
uwsgi_param X-Forwarded-Proto $http_x_forwarded_proto;
}
}
}