static
This commit is contained in:
parent
3c1259889a
commit
0da3e77b8f
@ -13,6 +13,10 @@ http {
|
||||
proxy_pass http://polling:7998/polling/;
|
||||
}
|
||||
|
||||
location /static/ {
|
||||
root /var/www/html/static;
|
||||
}
|
||||
|
||||
location / {
|
||||
proxy_pass http://web:8000/;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user