nginx
This commit is contained in:
parent
f4dd09a896
commit
ba71a75b07
@ -3,7 +3,6 @@ events {}
|
|||||||
http {
|
http {
|
||||||
server {
|
server {
|
||||||
listen 80;
|
listen 80;
|
||||||
server_name a.com;
|
|
||||||
|
|
||||||
location /checker/ {
|
location /checker/ {
|
||||||
proxy_pass http://polling:7998/checker/;
|
proxy_pass http://polling:7998/checker/;
|
||||||
@ -14,7 +13,7 @@ http {
|
|||||||
}
|
}
|
||||||
|
|
||||||
location /static/ {
|
location /static/ {
|
||||||
root /var/www/html/static/;
|
root /var/www/html/static;
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
|
Loading…
Reference in New Issue
Block a user