Add support for http2 for Apache2

This commit is contained in:
Lan Dong Si Hoang
2020-09-03 15:46:24 +07:00
parent 9d68a48c3e
commit 489075fc67
3 changed files with 15 additions and 0 deletions

View File

@ -302,6 +302,7 @@ APACHE_PHP_UPSTREAM_CONTAINER=php-fpm
APACHE_PHP_UPSTREAM_PORT=9000
APACHE_PHP_UPSTREAM_TIMEOUT=60
APACHE_DOCUMENT_ROOT=/var/www/
APACHE_INSTALL_HTTP2=false
### MYSQL #################################################