zhuyou commited on
Commit
7736d59
1 Parent(s): f36cf3d
Files changed (1) hide show
  1. nginx.conf +1 -1
nginx.conf CHANGED
@@ -28,7 +28,7 @@ http {
28
  proxy_set_header X-Real-IP $remote_addr;
29
  proxy_set_header REMOTE-HOST $remote_addr;
30
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
31
- proxy_pass http://localhost:7000/;
32
  }
33
  location ^~ /static {
34
  proxy_set_header Host $http_host;
 
28
  proxy_set_header X-Real-IP $remote_addr;
29
  proxy_set_header REMOTE-HOST $remote_addr;
30
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
31
+ proxy_pass http://localhost:7777/;
32
  }
33
  location ^~ /static {
34
  proxy_set_header Host $http_host;