pull/109/head
Mr Chen 6 years ago
parent ac70277030
commit 701f2fc470
  1. 5
      rewrite/nginx/dabr.conf
  2. 7
      rewrite/nginx/dbshop.conf

@ -1,5 +0,0 @@
location / {
if (!-e $request_filename) {
rewrite ^/(.*)$ /index.php?q=$1 last;
}
}

@ -1,7 +0,0 @@
location / {
try_files $uri $uri/ /index.php$is_args$args;
}
location ~ \.htaccess{
deny all;
}
Loading…
Cancel
Save