diff --git a/rewrite/nginx/dabr.conf b/rewrite/nginx/dabr.conf deleted file mode 100755 index 0d78427f1..000000000 --- a/rewrite/nginx/dabr.conf +++ /dev/null @@ -1,5 +0,0 @@ -location / { - if (!-e $request_filename) { - rewrite ^/(.*)$ /index.php?q=$1 last; - } -} \ No newline at end of file diff --git a/rewrite/nginx/dbshop.conf b/rewrite/nginx/dbshop.conf deleted file mode 100755 index 11307094f..000000000 --- a/rewrite/nginx/dbshop.conf +++ /dev/null @@ -1,7 +0,0 @@ -location / { - try_files $uri $uri/ /index.php$is_args$args; -} - -location ~ \.htaccess{ - deny all; -} \ No newline at end of file