dever 6 年之前
父節點
當前提交
d59b837998
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      container/conf/web/nginx/conf.d/site.conf

+ 2 - 2
container/conf/web/nginx/conf.d/site.conf

@@ -48,8 +48,8 @@ server {
     if ( $request_uri ~* /system/wechat ) {
             rewrite ^/system/wechat /system/index.php?m=payment&a=wechat_notify last;
     }
-    if ( $request_uri ~* /grow/pay/notify ) {
-            rewrite ^/grow/pay/notify/([0-9+]) /grow/pay/index.php?l=api.notify&account_id=$1 last;
+    if ( $request_uri ~* /pay/pay/notify ) {
+            rewrite ^/pay/pay/notify/([0-9+]) /pay/pay/index.php?l=api.notify&account_id=$1 last;
     }
     location / {
                 # First attempt to serve request as file, then