mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-09-08 02:27:54 +02:00
4 lines
81 B
Plaintext
4 lines
81 B
Plaintext
if (!-e $request_filename) {
|
|
rewrite ^(.*)$ /index.php$1 last;
|
|
}
|