This commit is contained in:
Administrator 2022-08-19 14:24:45 +03:00
parent 3c1259889a
commit 0da3e77b8f

View File

@ -13,6 +13,10 @@ http {
proxy_pass http://polling:7998/polling/; proxy_pass http://polling:7998/polling/;
} }
location /static/ {
root /var/www/html/static;
}
location / { location / {
proxy_pass http://web:8000/; proxy_pass http://web:8000/;
} }