Initial YakPanel commit
This commit is contained in:
4
rewrite/nginx/phpwind.conf
Normal file
4
rewrite/nginx/phpwind.conf
Normal file
@@ -0,0 +1,4 @@
|
||||
location / {
|
||||
rewrite ^(.*)-htm-(.*)$ $1.php?$2 last;
|
||||
rewrite ^(.*)/simple/([a-z0-9\_]+\.html)$ $1/simple/index.php?$2 last;
|
||||
}
|
||||
Reference in New Issue
Block a user