From ea3769501b9ea112796a1ff8bb5f28a55e287133 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Wed, 22 Aug 2018 13:09:47 +0200 Subject: [PATCH] Added location/path for LetsEncrypt auto-renewals --- ansible/files/nginx.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ansible/files/nginx.conf b/ansible/files/nginx.conf index 927dcf9..45c02e7 100644 --- a/ansible/files/nginx.conf +++ b/ansible/files/nginx.conf @@ -69,6 +69,10 @@ server { alias /opt/debshots/public/favicon.ico; } + location /.well-known/ { + alias /opt/debshots/public/.well-known/; + } + location @backend { proxy_cache my_cache; proxy_set_header x_debian_sso_dn $ssl_client_s_dn;