Skip to content

Commit f09e108

Browse files
committed
Change proxy path to localhost
1 parent 3f5a72a commit f09e108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ http {
2626

2727
location / {
2828
proxy_http_version 1.1;
29-
proxy_pass http://0.0.0.0:5001/;
29+
proxy_pass http://localhost:5001/;
3030
proxy_set_header Upgrade $http_upgrade;
3131
proxy_set_header Connection 'upgrade';
3232
proxy_set_header Host $host;

0 commit comments

Comments
 (0)