auto_lnmp/conf/rewrite/phpwind.conf
2021-08-19 06:35:24 +08:00

4 lines
157 B
Plaintext

location / {
rewrite ^(.*)-htm-(.*)$ $1.php?$2 last;
rewrite ^(.*)/simple/([a-z0-9\_]+\.html)$ $1/simple/index.php?$2 last;
}