Added configuration for ssl with apache2 based on the nginx container

This commit is contained in:
Marcelo Garbin
2021-03-16 10:05:46 -03:00
parent d6b7d95f34
commit fb110a9d91
7 changed files with 68 additions and 18 deletions

View File

@ -337,6 +337,7 @@ APACHE_PHP_UPSTREAM_CONTAINER=php-fpm
APACHE_PHP_UPSTREAM_PORT=9000
APACHE_PHP_UPSTREAM_TIMEOUT=60
APACHE_DOCUMENT_ROOT=/var/www/
APACHE_SSL_PATH=./apache2/ssl/
APACHE_INSTALL_HTTP2=false
### MYSQL #################################################