simplify configuration

This commit is contained in:
Daniel Micay 2022-02-19 08:50:15 -05:00
parent 35a151427f
commit e5e3577751

View File

@ -441,7 +441,7 @@ http {
location = /.well-known/mta-sts.txt {}
location ^~ /.well-known/acme-challenge/ {
location /.well-known/acme-challenge/ {
return 301 https://0.grapheneos.org$request_uri;
}