Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Helmo
ISPConfig 3
Commits
21db72aa
Commit
21db72aa
authored
Feb 18, 2021
by
Thom
🛠
Browse files
Enable http/2 for the panel and Apps vhost.
parent
d0d54151
Changes
3
Hide whitespace changes
Inline
Side-by-side
install/tpl/nginx_apps.vhost.master
View file @
21db72aa
server {
listen {apps_vhost_ip}{apps_vhost_port} {ssl_on};
listen [::]:{apps_vhost_port} {ssl_on} ipv6only=on;
listen {apps_vhost_ip}{apps_vhost_port} {ssl_on}
http2
;
listen [::]:{apps_vhost_port} {ssl_on} ipv6only=on
http2
;
{ssl_comment}ssl_protocols TLSv1.2;
{ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
...
...
install/tpl/nginx_ispconfig.vhost.master
View file @
21db72aa
server {
listen {vhost_port} {ssl_on};
listen [::]:{vhost_port} {ssl_on} ipv6only=on;
listen {vhost_port} {ssl_on}
http2
;
listen [::]:{vhost_port} {ssl_on} ipv6only=on
http2
;
{ssl_comment}ssl_protocols TLSv1.2;
{ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
...
...
server/conf/nginx_apps.vhost.master
View file @
21db72aa
server {
listen {apps_vhost_ip}{apps_vhost_port} {ssl_on};
listen [::]:{apps_vhost_port} {ssl_on} ipv6only=on;
listen {apps_vhost_ip}{apps_vhost_port} {ssl_on}
http2
;
listen [::]:{apps_vhost_port} {ssl_on} ipv6only=on
http2
;
{ssl_comment}ssl_protocols TLSv1.2;
{ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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