We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f5a72a commit f09e108Copy full SHA for f09e108
config/nginx.conf
@@ -26,7 +26,7 @@ http {
26
27
location / {
28
proxy_http_version 1.1;
29
- proxy_pass http://0.0.0.0:5001/;
+ proxy_pass http://localhost:5001/;
30
proxy_set_header Upgrade $http_upgrade;
31
proxy_set_header Connection 'upgrade';
32
proxy_set_header Host $host;
0 commit comments