mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-09-12 20:47:39 +02:00
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
location /{
|
|
if (!-e $request_filename) {
|
|
rewrite ^(.*)$ /index.php/$1 last;
|
|
break;
|
|
}
|
|
}
|