Initial YakPanel commit
This commit is contained in:
6
rewrite/nginx/pbootcms.conf
Normal file
6
rewrite/nginx/pbootcms.conf
Normal file
@@ -0,0 +1,6 @@
|
||||
location / {
|
||||
if (!-e $request_filename){
|
||||
rewrite ^/index.php(.*)$ /index.php?p=$1 last;
|
||||
rewrite ^(.*)$ /index.php?s=$1 last;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user