|
@@ -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
|