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

7 lines
100 B
Plaintext

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