hequ commited on
Commit
4228c97
·
verified ·
1 Parent(s): cf85c7a

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +1 -1
nginx.conf CHANGED
@@ -23,7 +23,7 @@ http {
23
  location / {
24
  proxy_set_header Host $host;
25
  proxy_set_header X-Real-IP $remote_addr;
26
- proxy_pass http://127.0.0.1:3001;
27
  }
28
  }
29
  }
 
23
  location / {
24
  proxy_set_header Host $host;
25
  proxy_set_header X-Real-IP $remote_addr;
26
+ proxy_pass http://127.0.0.1:3000;
27
  }
28
  }
29
  }