justest commited on
Commit
96f3144
·
1 Parent(s): d8c0634

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +1 -1
nginx.conf CHANGED
@@ -99,7 +99,7 @@ http {
99
 
100
  error_page 502 = @codeserver;
101
  location / {
102
- proxy_pass http://127.0.0.1:7860;
103
  proxy_http_version 1.1;
104
  proxy_set_header Upgrade $http_upgrade;
105
  proxy_set_header Connection "Upgrade";
 
99
 
100
  error_page 502 = @codeserver;
101
  location / {
102
+ proxy_pass http://127.0.0.1:3000;
103
  proxy_http_version 1.1;
104
  proxy_set_header Upgrade $http_upgrade;
105
  proxy_set_header Connection "Upgrade";