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