Files
yakpanel-core/rewrite/nginx/emlog.conf
2026-04-07 02:04:22 +05:30

7 lines
111 B
Plaintext

location / {
index index.php index.html;
if (!-e $request_filename)
{
rewrite ^/(.*)$ /index.php last;
}
}