mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-05-12 16:44:36 +00:00
Update force-ssl.conf
Modify Force SSL to bypass all Let's Encrypt requests
This commit is contained in:
parent
ec12d8f9bf
commit
1f28700749
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user