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