We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d5aca6a + 4228524 commit 509a4aaCopy full SHA for 509a4aa
server/conf/nginx_vhost.conf.master
@@ -15,7 +15,7 @@ server {
15
listen <tmpl_var name='ip_address'>:<tmpl_var name='https_port'> ssl http2;
16
<tmpl_if name='use_proxy_protocol' op='==' value='y'>
17
<tmpl_if name='proxy_protocol_https' op='>' value='0'>
18
- listen <tmpl_var name='ip_address'>:<tmpl_var name='proxy_protocol_https'> ssl proxy_protocol;
+ listen <tmpl_var name='ip_address'>:<tmpl_var name='proxy_protocol_https'> ssl http2 proxy_protocol;
19
</tmpl_if>
20
21
0 commit comments