services: letsencrypt: remove root location for blog proxy

This commit is contained in:
Bruno BELANYI 2020-07-17 16:21:24 +02:00
parent 811b74abab
commit a25b816bdb

View file

@ -23,10 +23,6 @@ server {
client_max_body_size 0; client_max_body_size 0;
location / {
try_files $uri $uri/ =404;
}
# Matrix configuration # Matrix configuration
location /.well-known/matrix/server { location /.well-known/matrix/server {
default_type application/json; default_type application/json;