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