diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh index 1a41f0a5..2c58583a 100644 --- a/nextcloud_install_production.sh +++ b/nextcloud_install_production.sh @@ -301,7 +301,7 @@ a2enconf php"$PHPVER"-fpm print_text_in_color "$ICyan" "Enabling HTTP/2 server wide..." cat << HTTP2_ENABLE > "$HTTP2_CONF" - Protocols h2 h2c http/1.1 + Protocols h2 http/1.1 H2Direct on HTTP2_ENABLE