remove h2 clear text

This commit is contained in:
Daniel Hansson 2020-03-23 19:02:15 +01:00 committed by GitHub
parent de6233b896
commit af2a7cd4dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -301,7 +301,7 @@ a2enconf php"$PHPVER"-fpm
print_text_in_color "$ICyan" "Enabling HTTP/2 server wide..."
cat << HTTP2_ENABLE > "$HTTP2_CONF"
<IfModule http2_module>
Protocols h2 h2c http/1.1
Protocols h2 http/1.1
H2Direct on
</IfModule>
HTTP2_ENABLE