Skip to content

Commit af2a7cd

Browse files
authored
remove h2 clear text
1 parent de6233b commit af2a7cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nextcloud_install_production.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ a2enconf php"$PHPVER"-fpm
301301
print_text_in_color "$ICyan" "Enabling HTTP/2 server wide..."
302302
cat << HTTP2_ENABLE > "$HTTP2_CONF"
303303
<IfModule http2_module>
304-
Protocols h2 h2c http/1.1
304+
Protocols h2 http/1.1
305305
H2Direct on
306306
</IfModule>
307307
HTTP2_ENABLE

0 commit comments

Comments
 (0)