Files
yakpanel-core/rewrite/nginx/emlog.conf

7 lines
111 B
Plaintext
Raw Normal View History

2026-04-07 02:04:22 +05:30
location / {
index index.php index.html;
if (!-e $request_filename)
{
rewrite ^/(.*)$ /index.php last;
}
}