From: Nicolas Boisselier Date: Tue, 20 Dec 2016 17:17:49 +0000 (+0100) Subject: nginx dbq X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=c7d21aeff9e687a028153c692b8e6d108a3fee51;p=nb.git nginx dbq --- diff --git a/www/dbq/etc/nginx/default.conf b/www/dbq/etc/nginx/default.conf index b464ddcd..b17f4245 100644 --- a/www/dbq/etc/nginx/default.conf +++ b/www/dbq/etc/nginx/default.conf @@ -17,12 +17,6 @@ server { client_max_body_size 100m; - ############################################################### - # All to index.php - location / { - try_files $uri $uri/ /index.php?$query_string; - } - ############################################################### # Ignore location = /favicon.ico { access_log off; log_not_found off; } @@ -46,6 +40,12 @@ server { # expires 30d; #} + ############################################################### + # All to index.php + location / { + try_files $uri $uri/ /index.php?$query_string; + } + ############################################################### # FastCGI #location ~ \.php$ {