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.
1 parent c31eeea commit 5e97434Copy full SHA for 5e97434
server/conf/vhost.conf.master
@@ -13,6 +13,12 @@
13
<tmpl_loop name='vhosts'>
14
<VirtualHost {tmpl_var name='ip_address'}:{tmpl_var name='port'}>
15
<tmpl_hook name='apache2_vhost:vhost_header'>
16
+<tmpl_if name='enable_spdy' op='==' value='y'>
17
+<tmpl_if name='apache_version' op='>=' value='2.4' format='version'>
18
+ Protocols h2 h2c http/1.1
19
+</tmpl_if>
20
21
+
22
<tmpl_if name='php' op='==' value='suphp'>
23
DocumentRoot <tmpl_var name='web_document_root'>
24
</tmpl_else>
0 commit comments