From e5e35777519a4dd7d56c51669699f8323f0d9a0e Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Sat, 19 Feb 2022 08:50:15 -0500 Subject: [PATCH] simplify configuration --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 0e74502f..fc8e42ed 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -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; }