Update force-ssl.conf

Modify Force SSL to bypass all Let's Encrypt requests
This commit is contained in:
MeCJay12 2025-01-04 22:49:44 -05:00 committed by GitHub
parent ec12d8f9bf
commit 1f28700749
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,7 @@ set $test "";
if ($scheme = "http") {
set $test "H";
}
if ($request_uri = /.well-known/acme-challenge/test-challenge) {
if ($request_uri ~* /.well-known/acme-challenge/) {
set $test "${test}T";
}
if ($test = H) {