mirror of
https://github.com/acepanel/panel.git
synced 2026-02-04 13:47:15 +08:00
6 lines
113 B
Plaintext
6 lines
113 B
Plaintext
location / {
|
|
if (!-e $request_filename) {
|
|
rewrite ^(.*)$ /index.php?s=$1 last;
|
|
break;
|
|
}
|
|
} |