From 61326aa7e479dcd4c2db6cc0230ceb16d8325cad Mon Sep 17 00:00:00 2001 From: Nicolas Boisselier Date: Tue, 20 Dec 2016 18:23:34 +0100 Subject: [PATCH] nginx dbq --- www/dbq/etc/nginx/default.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/www/dbq/etc/nginx/default.conf b/www/dbq/etc/nginx/default.conf index b17f4245..82ca25a8 100644 --- a/www/dbq/etc/nginx/default.conf +++ b/www/dbq/etc/nginx/default.conf @@ -23,6 +23,7 @@ server { location = /robots.txt { access_log off; log_not_found off; } location = /.well-known { alias /sync/etc/certs/dbq.nbdom.net/web/.well-known; + break; } ############################################################### -- 2.47.3