Merge pull request #2696 from geraintdong/master

Add http2 support for Apache2
This commit is contained in:
Shao Yu-Lung (Allen)
2020-09-04 09:25:44 +08:00
committed by GitHub
3 changed files with 15 additions and 0 deletions

View File

@ -304,6 +304,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 #################################################