From f4e687c228b7200dd54c9124003bfb32f93beee0 Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 11 Mar 2020 21:17:16 +0100 Subject: nginx/kyriasis.com: Serve all .well-known from /srv/http/ by default MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nginx/kyriasis_com.sls | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/kyriasis_com.sls b/nginx/kyriasis_com.sls index b498bb7..afe2f9b 100644 --- a/nginx/kyriasis_com.sls +++ b/nginx/kyriasis_com.sls @@ -49,7 +49,7 @@ nginx: - error_log: /var/log/nginx/kyriasis.com.error.log - - location /.well-known/acme-challenge: + - location /.well-known: - root: /srv/http/ - location /.well-known/matrix/client: -- cgit v1.2.3-54-g00ecf