From 11d1ea65082bfb5586c8a9c2032ae4afda5b9aa3 Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Thu, 7 Dec 2017 18:00:59 +0000 Subject: [PATCH] www/dbq/etc/nginx.conf --- www/dbq/etc/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/dbq/etc/nginx.conf b/www/dbq/etc/nginx.conf index f365ac02..8c79a80f 100644 --- a/www/dbq/etc/nginx.conf +++ b/www/dbq/etc/nginx.conf @@ -17,8 +17,8 @@ location ~ /\.ht { deny all; } #--------------------------------------------------------------# # All to index.php -location / { - try_files $uri $uri/ /index.php?$query_string; +location @dbq { + try_files /index.php?$query_string =404; } #--------------------------------------------------------------# -- 2.47.3