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