mdserver-web/web/misc/nginx/rewrite/phpwind.conf

4 lines
133 B
Plaintext
Raw Permalink Normal View History

2024-11-25 15:43:57 -05:00
location / {
rewrite ^(.*)-htm-(.*)$ $1.php?$2 last;
rewrite ^(.*)/simple/([a-z0-9\_]+\.html)$ $1/simple/index.php?$2 last;
}