|
@@ -51,6 +51,9 @@ server {
|
|
|
if ( $request_uri ~* /pay/pay/notify ) {
|
|
|
rewrite ^/pay/pay/notify/([0-9+]) /pay/pay/index.php?l=api.notify&account_id=$1 last;
|
|
|
}
|
|
|
+ if ( $request_uri ~* /public ) {
|
|
|
+ rewrite ^/public/(.*?) /public/index.php?$1 last;
|
|
|
+ }
|
|
|
location / {
|
|
|
# First attempt to serve request as file, then
|
|
|
# as directory, then fall back to displaying a 404.
|