mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-23 16:00:52 +00: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;
|
|
}
|
|
} |