diff --git a/README.md b/README.md index 2d14920..7ef4ef4 100644 --- a/README.md +++ b/README.md @@ -101,7 +101,7 @@ location /whiteboard/ { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header Host $host; - proxy_pass http://localhost:3002; + proxy_pass http://localhost:3002/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;