From: Nicolas Boisselier Date: Tue, 20 Dec 2016 17:26:44 +0000 (+0100) Subject: nginx dbq X-Git-Url: https://git.nbdom.net/?a=commitdiff_plain;h=6247d81f24bb4bf932d678aa511ebef728728605;p=nb.git nginx dbq --- diff --git a/www/dbq/etc/nginx/default.conf b/www/dbq/etc/nginx/default.conf index 82ca25a8..09b39f3a 100644 --- a/www/dbq/etc/nginx/default.conf +++ b/www/dbq/etc/nginx/default.conf @@ -21,7 +21,7 @@ server { # Ignore location = /favicon.ico { access_log off; log_not_found off; } location = /robots.txt { access_log off; log_not_found off; } - location = /.well-known { + location ~ /\.well-known { alias /sync/etc/certs/dbq.nbdom.net/web/.well-known; break; }