This commit is contained in:
Administrator 2022-08-19 14:45:38 +03:00
parent f4dd09a896
commit ba71a75b07

View File

@ -3,7 +3,6 @@ events {}
http {
server {
listen 80;
server_name a.com;
location /checker/ {
proxy_pass http://polling:7998/checker/;
@ -14,7 +13,7 @@ http {
}
location /static/ {
root /var/www/html/static/;
root /var/www/html/static;
}
location / {