소스 검색

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

chenghongxi 4 년 전
부모
커밋
0f1c35604d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      share-v2/sharesrv2-nginx/conf.d/sharesrv2-nginx.conf

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

@@ -14,7 +14,7 @@ server
     charset utf-8;
     server_name api-debug.xinyueyouxi.com;
     location / {
-		proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
+        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;
         proxy_set_header Host $host;