mirror of https://github.com/1Panel-dev/1Panel
7 lines
108 B
Plaintext
7 lines
108 B
Plaintext
|
location / {
|
||
|
if (!-e $request_filename) {
|
||
|
rewrite ^(.*)$ /index.php?s=/$1 last;
|
||
|
break;
|
||
|
}
|
||
|
}
|