mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-01-19 20:07:55 +08:00
disable the tls-alpn challenge
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
1dc69dca29
commit
849c0c4c89
1 changed files with 3 additions and 0 deletions
|
@ -27,5 +27,8 @@ https://*.*.*.*.*.*:8443 {
|
||||||
|
|
||||||
tls {
|
tls {
|
||||||
on_demand
|
on_demand
|
||||||
|
issuer acme {
|
||||||
|
disable_tlsalpn_challenge
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue