Skip to content

Commit 6c3e4d2

Browse files
committed
Add trailing /
1 parent 96af976 commit 6c3e4d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ server {
253253
server_name your-domain-name-here.com;
254254
255255
location / {
256-
proxy_pass http://127.0.0.1:8080;
256+
proxy_pass http://127.0.0.1:8080/;
257257
proxy_set_header Host $host;
258258
proxy_set_header Upgrade $http_upgrade;
259259
proxy_set_header Connection upgrade;

0 commit comments

Comments
 (0)