Initial YakPanel commit
This commit is contained in:
5
rewrite/nginx/shopex.conf
Normal file
5
rewrite/nginx/shopex.conf
Normal file
@@ -0,0 +1,5 @@
|
||||
location / {
|
||||
if (!-e $request_filename) {
|
||||
rewrite ^/(.+\.(html|xml|json|htm|php|jsp|asp|shtml))$ /index.php?$1 last;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user