Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
isp
ISPConfig 3
Commits
5e97434d
Commit
5e97434d
authored
Jan 14, 2018
by
freeos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added HTTP2 for Apache
parent
c31eeea0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
0 deletions
+6
-0
server/conf/vhost.conf.master
server/conf/vhost.conf.master
+6
-0
No files found.
server/conf/vhost.conf.master
View file @
5e97434d
...
...
@@ -13,6 +13,12 @@
<tmpl_loop name='vhosts'>
<VirtualHost {tmpl_var name='ip_address'}:{tmpl_var name='port'}>
<tmpl_hook name='apache2_vhost:vhost_header'>
<tmpl_if name='enable_spdy' op='==' value='y'>
<tmpl_if name='apache_version' op='>=' value='2.4' format='version'>
Protocols h2 h2c http/1.1
</tmpl_if>
</tmpl_if>
<tmpl_if name='php' op='==' value='suphp'>
DocumentRoot <tmpl_var name='web_document_root'>
</tmpl_else>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment