소스 검색

修改nginx配置文件

rainwer 7 달 전
부모
커밋
f5f0074387
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nginx.conf

+ 1 - 1
nginx.conf

@@ -32,7 +32,7 @@ http {
     #     proxy_pass http://node472.com/;
     # }
 
-    location /dev-api/{
+    location /prod-api/{
         proxy_set_header Host $http_host;
         proxy_set_header X-Real-IP $remote_addr;
         proxy_set_header REMOTE-HOST $remote_addr;