mirror of https://github.com/midoks/mdserver-web
pull/109/head
parent
ac70277030
commit
701f2fc470
@ -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…
Reference in new issue