@@ -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; #远程地址