fix tls-alpn-01 configuration example

This commit is contained in:
Jason Francis
2020-05-14 14:45:54 -04:00
committed by Lukas Schauer
parent e119d9136b
commit 42a0fc9a5e
-2
View File
@@ -15,7 +15,6 @@ Your config should look something like this:
```nginx
stream {
server {
map $ssl_preread_alpn_protocols $tls_port {
~\bacme-tls/1\b 10443;
default 443;
@@ -27,7 +26,6 @@ stream {
proxy_pass 10.13.37.42:$tls_port;
ssl_preread on;
}
}
}
```