mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-09-22 09:24:53 +02:00
5 lines
83 B
Plaintext
5 lines
83 B
Plaintext
location / {
|
|
if (!-e $request_filename) {
|
|
rewrite ^/(.*)$ /index.php?q=$1 last;
|
|
}
|
|
} |