mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2024-12-03 00:49:07 +08:00
4 lines
157 B
Plaintext
4 lines
157 B
Plaintext
location / {
|
|
rewrite ^(.*)-htm-(.*)$ $1.php?$2 last;
|
|
rewrite ^(.*)/simple/([a-z0-9\_]+\.html)$ $1/simple/index.php?$2 last;
|
|
} |