animeic há 1 ano atrás
pai
commit
f58493c694
1 ficheiros alterados com 1 adições e 1 exclusões
  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; #远程地址