mdserver-web/rewrite/nginx/typecho.conf

4 lines
81 B
Plaintext
Executable File

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