Skip to content
Snippets Groups Projects
Commit 21db72aa authored by Thom's avatar Thom :tools:
Browse files

Enable http/2 for the panel and Apps vhost.

parent d0d54151
No related branches found
No related tags found
No related merge requests found
server { server {
listen {apps_vhost_ip}{apps_vhost_port} {ssl_on}; listen {apps_vhost_ip}{apps_vhost_port} {ssl_on} http2;
listen [::]:{apps_vhost_port} {ssl_on} ipv6only=on; listen [::]:{apps_vhost_port} {ssl_on} ipv6only=on http2;
{ssl_comment}ssl_protocols TLSv1.2; {ssl_comment}ssl_protocols TLSv1.2;
{ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt; {ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
......
server { server {
listen {vhost_port} {ssl_on}; listen {vhost_port} {ssl_on} http2;
listen [::]:{vhost_port} {ssl_on} ipv6only=on; listen [::]:{vhost_port} {ssl_on} ipv6only=on http2;
{ssl_comment}ssl_protocols TLSv1.2; {ssl_comment}ssl_protocols TLSv1.2;
{ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt; {ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
......
server { server {
listen {apps_vhost_ip}{apps_vhost_port} {ssl_on}; listen {apps_vhost_ip}{apps_vhost_port} {ssl_on} http2;
listen [::]:{apps_vhost_port} {ssl_on} ipv6only=on; listen [::]:{apps_vhost_port} {ssl_on} ipv6only=on http2;
{ssl_comment}ssl_protocols TLSv1.2; {ssl_comment}ssl_protocols TLSv1.2;
{ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt; {ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment