mirror of https://github.com/midoks/mdserver-web
pull/5/head
parent
9bc857b000
commit
127caf661c
@ -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