This commit is contained in:
Administrator
2022-08-21 12:18:00 +03:00
parent c41d11b039
commit 644b3c0bc8
3 changed files with 2 additions and 37 deletions

View File

@@ -12,11 +12,6 @@ http {
proxy_pass http://polling:7998/polling/;
}
location /static/ {
root /var/www/html/;
autoindex off;
}
location / {
proxy_pass http://web:8000/;
}