mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-12-14 00:31:51 +08:00
7 lines
111 B
Plaintext
7 lines
111 B
Plaintext
|
location / {
|
||
|
index index.php index.html;
|
||
|
if (!-e $request_filename)
|
||
|
{
|
||
|
rewrite ^/(.*)$ /index.php last;
|
||
|
}
|
||
|
}
|