summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Micay <danielmicay@gmail.com>2022-02-19 08:50:15 -0500
committerDaniel Micay <danielmicay@gmail.com>2022-02-19 08:50:15 -0500
commite5e35777519a4dd7d56c51669699f8323f0d9a0e (patch)
tree9908ab8284a34e93da95aaeaca2f39b1cdd3b24e
parent35a151427f9f57599c54ce997ae841ce85096a9a (diff)
simplify configuration
-rw-r--r--nginx/nginx.conf2
1 files changed, 1 insertions, 1 deletions
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;
}