mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-12-03 17:29:09 +08:00
7 lines
100 B
Plaintext
7 lines
100 B
Plaintext
location /{
|
|
if (!-e $request_filename) {
|
|
rewrite ^(.*)$ /index.php/$1 last;
|
|
break;
|
|
}
|
|
}
|