We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5c258 commit deb7fc5Copy full SHA for deb7fc5
1 file changed
nginx/config.go
@@ -115,7 +115,7 @@ http {
115
# Default server handles requests for unmapped hostnames, including healthchecks
116
server {
117
listen 8080 default_server reuseport{{ if $routerConfig.UseProxyProtocol }} proxy_protocol{{ end }};
118
- listen 6443 default_server ssl{{ if $routerConfig.UseProxyProtocol }} proxy_protocol{{ end }};
+ listen 6443 default_server ssl http2{{ if $routerConfig.UseProxyProtocol }} proxy_protocol{{ end }};
119
set $app_name "router-default-vhost";
120
{{ if $routerConfig.PlatformCertificate }}
121
ssl_protocols {{ $sslConfig.Protocols }};
0 commit comments