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