mirror of https://github.com/1Panel-dev/1Panel
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;
|
||
|
}
|