add /live path in proxy pass (#5742)
This commit is contained in:
parent
77d4a8379d
commit
bc41b1113a
1 changed files with 1 additions and 1 deletions
|
|
@ -57,7 +57,7 @@ http {
|
||||||
proxy_set_header Upgrade ${dollar}http_upgrade;
|
proxy_set_header Upgrade ${dollar}http_upgrade;
|
||||||
proxy_set_header Connection "upgrade";
|
proxy_set_header Connection "upgrade";
|
||||||
proxy_set_header Host ${dollar}http_host;
|
proxy_set_header Host ${dollar}http_host;
|
||||||
proxy_pass http://live:3000/;
|
proxy_pass http://live:3000/live/;
|
||||||
}
|
}
|
||||||
|
|
||||||
location /spaces/ {
|
location /spaces/ {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue