mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 05:31:44 +08:00
5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
location / {
|
|
if (!-e $request_filename) {
|
|
rewrite ^/(.+.(html|xml|json|htm|php|jsp|asp|shtml))$ /index.php?$1 last;
|
|
}
|
|
} |