From a25b816bdb2dec593f17e4a564b2fd2f2abac6ff Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Fri, 17 Jul 2020 16:21:24 +0200 Subject: [PATCH] services: letsencrypt: remove root location for blog proxy --- letsencrypt/nginx/site-confs/default | 4 ---- 1 file changed, 4 deletions(-) diff --git a/letsencrypt/nginx/site-confs/default b/letsencrypt/nginx/site-confs/default index ad935c5..7f76447 100644 --- a/letsencrypt/nginx/site-confs/default +++ b/letsencrypt/nginx/site-confs/default @@ -23,10 +23,6 @@ server { client_max_body_size 0; - location / { - try_files $uri $uri/ =404; - } - # Matrix configuration location /.well-known/matrix/server { default_type application/json;