mdserver-web/rewrite/nginx/typecho2.conf

6 lines
112 B
Plaintext
Executable File

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