Add trailing /
This commit is contained in:
parent
96af9761b7
commit
6c3e4d2a76
@ -253,7 +253,7 @@ server {
|
|||||||
server_name your-domain-name-here.com;
|
server_name your-domain-name-here.com;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://127.0.0.1:8080;
|
proxy_pass http://127.0.0.1:8080/;
|
||||||
proxy_set_header Host $host;
|
proxy_set_header Host $host;
|
||||||
proxy_set_header Upgrade $http_upgrade;
|
proxy_set_header Upgrade $http_upgrade;
|
||||||
proxy_set_header Connection upgrade;
|
proxy_set_header Connection upgrade;
|
||||||
|
Loading…
Reference in New Issue
Block a user