mirror of
https://github.com/aaPanel/aaPanel.git
synced 2026-08-17 21:25:47 +02: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;
|
|
} |