Initial YakPanel commit
This commit is contained in:
7
rewrite/nginx/dbshop.conf
Normal file
7
rewrite/nginx/dbshop.conf
Normal file
@@ -0,0 +1,7 @@
|
||||
location /{
|
||||
try_files $uri $uri/ /index.php$is_args$args;
|
||||
}
|
||||
|
||||
location ~ \.htaccess{
|
||||
deny all;
|
||||
}
|
||||
Reference in New Issue
Block a user