Files
yakpanel-core/rewrite/nginx/phpwind.conf
2026-04-07 02:04:22 +05:30

4 lines
157 B
Plaintext

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