Add trailing /

This commit is contained in:
Niek van der Maas 2020-07-16 19:24:13 +02:00
parent 96af9761b7
commit 6c3e4d2a76
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ server {
server_name your-domain-name-here.com;
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 Upgrade $http_upgrade;
proxy_set_header Connection upgrade;