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