We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25a26d6 commit a1408e2Copy full SHA for a1408e2
docker/rootfs/etc/nginx/conf.d/include/force-ssl.conf
@@ -2,7 +2,7 @@ set $test "";
2
if ($scheme = "http") {
3
set $test "H";
4
}
5
-if ($request_uri = /.well-known/acme-challenge/test-challenge) {
+if ($request_uri ~ "^\/\.well-known\/acme-challenge\/(.*)") {
6
set $test "${test}T";
7
8
if ($test = H) {
0 commit comments