animeic 1 년 전
부모
커밋
f58493c694
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nginx/conf.d/default.conf

+ 1 - 1
nginx/conf.d/default.conf

@@ -14,7 +14,7 @@ server {
     }
 
     # 支付接口
-    location / {
+    location /pay/ {
         proxy_set_header Host $host:$server_port; #远程主机 IP:PORT
         proxy_set_header X-Real-PORT $remote_port; #远程端口
         proxy_set_header X-Real-IP $remote_addr; #远程地址