This commit is contained in:
ITQ
2025-03-01 14:55:08 +03:00
parent 7a4530acca
commit e041ce55c8
+1
View File
@@ -111,6 +111,7 @@ http {
} }
location /static { location /static {
rewrite ^/static/(.*)$ /$1 break;
proxy_pass http://backend-staticfiles:80; proxy_pass http://backend-staticfiles:80;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;