services: letsencrypt: remove root location for blog proxy
This commit is contained in:
parent
811b74abab
commit
a25b816bdb
|
@ -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;
|
||||||
|
|
Reference in a new issue