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

6 lines
112 B
Plaintext

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