Files
2019-11-22 16:55:21 +08:00

7 lines
111 B
Plaintext

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