File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11server {
2- listen {apps_vhost_ip}{apps_vhost_port} {ssl_on};
3- listen [::]:{apps_vhost_port} {ssl_on} ipv6only=on;
2+ listen {apps_vhost_ip}{apps_vhost_port} {ssl_on} http2 ;
3+ listen [::]:{apps_vhost_port} {ssl_on} ipv6only=on http2 ;
44
55 {ssl_comment}ssl_protocols TLSv1.2;
66 {ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
Original file line number Diff line number Diff line change 11server {
2- listen {vhost_port} {ssl_on};
3- listen [::]:{vhost_port} {ssl_on} ipv6only=on;
2+ listen {vhost_port} {ssl_on} http2 ;
3+ listen [::]:{vhost_port} {ssl_on} ipv6only=on http2 ;
44
55 {ssl_comment}ssl_protocols TLSv1.2;
66 {ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
Original file line number Diff line number Diff line change 11server {
2- listen {apps_vhost_ip}{apps_vhost_port} {ssl_on};
3- listen [::]:{apps_vhost_port} {ssl_on} ipv6only=on;
2+ listen {apps_vhost_ip}{apps_vhost_port} {ssl_on} http2 ;
3+ listen [::]:{apps_vhost_port} {ssl_on} ipv6only=on http2 ;
44
55 {ssl_comment}ssl_protocols TLSv1.2;
66 {ssl_comment}ssl_certificate /usr/local/ispconfig/interface/ssl/ispserver.crt;
You can’t perform that action at this time.
0 commit comments