File tree Expand file tree Collapse file tree 1 file changed +4
-12
lines changed
resources/modules/Apache/ospanel_data/default/templates Expand file tree Collapse file tree 1 file changed +4
-12
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ LimitRequestLine 8190
1616MaxKeepAliveRequests 200
1717# MaxRanges 1
1818PidFile "${ROOTDIR}/temp/{module_name}.pid"
19+ Protocols http/1 .1
1920ServerAdmin admin@local.host
2021ServerName ospanel
2122ServerRoot "${SRVROOT}"
@@ -524,12 +525,9 @@ AddDefaultCharset utf-8
524525 </VirtualHost >
525526</Macro >
526527
527- <Macro Host_Static_SSL $host $bind_ip $server_aliases $base_dir $web_root $tls_cert_file $tls_key_file $protocols >
528+ <Macro Host_Static_SSL $host $bind_ip $server_aliases $base_dir $web_root $tls_cert_file $tls_key_file >
528529 <IfModule ssl_module >
529530 <VirtualHost $bind_ip >
530- <IfModule http2_module >
531- Protocols $protocols
532- </IfModule >
533531 ServerName $host
534532 ServerAlias $server_aliases
535533 SSLEngine on
@@ -612,12 +610,9 @@ AddDefaultCharset utf-8
612610 </VirtualHost >
613611</Macro >
614612
615- <Macro Host_PHP_SSL $host $bind_ip $server_aliases $base_dir $web_root $tls_cert_file $tls_key_file $protocols $ backend_ip $backend_port >
613+ <Macro Host_PHP_SSL $host $bind_ip $server_aliases $base_dir $web_root $tls_cert_file $tls_key_file $backend_ip $backend_port >
616614 <IfModule ssl_module >
617615 <VirtualHost $bind_ip >
618- <IfModule http2_module >
619- Protocols $protocols
620- </IfModule >
621616 ServerName $host
622617 ServerAlias $server_aliases
623618 SSLEngine on
@@ -715,12 +710,9 @@ AddDefaultCharset utf-8
715710 </VirtualHost >
716711</Macro >
717712
718- <Macro Host_Proxy_SSL $host $bind_ip $server_aliases $base_dir $web_root $tls_cert_file $tls_key_file $protocols $ backend_ip $backend_port >
713+ <Macro Host_Proxy_SSL $host $bind_ip $server_aliases $base_dir $web_root $tls_cert_file $tls_key_file $backend_ip $backend_port >
719714 <IfModule ssl_module >
720715 <VirtualHost $bind_ip >
721- <IfModule http2_module >
722- Protocols $protocols
723- </IfModule >
724716 ServerName $host
725717 ServerAlias $server_aliases
726718 SSLEngine on
You can’t perform that action at this time.
0 commit comments