From c7d21aeff9e687a028153c692b8e6d108a3fee51 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 20 Dec 2016 18:17:49 +0100 Subject: [PATCH] nginx dbq --- www/dbq/etc/nginx/default.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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$ { -- 2.47.3