zhuyou commited on
Commit
f36cf3d
1 Parent(s): 8632f11
Files changed (1) hide show
  1. nginx.conf +2 -2
nginx.conf CHANGED
@@ -30,12 +30,12 @@ http {
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;
35
  proxy_set_header X-Real-IP $remote_addr;
36
  proxy_set_header REMOTE-HOST $remote_addr;
37
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
38
- proxy_pass http://localhost:7777/static/;
39
  }
40
  location /nas/ {
41
  proxy_set_header Host $http_host;
 
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;
35
  proxy_set_header X-Real-IP $remote_addr;
36
  proxy_set_header REMOTE-HOST $remote_addr;
37
  proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
38
+ proxy_pass http://localhost:7777/static;
39
  }
40
  location /nas/ {
41
  proxy_set_header Host $http_host;