mdserver-web/web/misc/nginx/rewrite/emlog.conf

7 lines
112 B
Plaintext
Executable File

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