nginx
This commit is contained in:
parent
f4dd09a896
commit
ba71a75b07
@ -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 / {
|
||||
|
Loading…
Reference in New Issue
Block a user