Browse Source

更新 'share-v2/sharesrv2-nginx/conf.d/sharesrv2-nginx.conf'

chenghongxi 4 years ago
parent
commit
95184bef40
1 changed files with 1 additions and 1 deletions
  1. 1 1
      share-v2/sharesrv2-nginx/conf.d/sharesrv2-nginx.conf

+ 1 - 1
share-v2/sharesrv2-nginx/conf.d/sharesrv2-nginx.conf

@@ -18,7 +18,7 @@ server {
 
     server_name api-debug.xinyueyouxi.com;
 
-    location / {
+    location /share {
         proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
         proxy_set_header Remote_addr $remote_addr;
         proxy_set_header X-Real_IP $remote_addr;