mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-09-08 18:47:39 +02: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;
|
|
}
|
|
} |