ServerName ${SERVER_NAME}
SetHandler "proxy:fcgi://${FPM_HOST}"
DocumentRoot /var/www/html/web
# enable the .htaccess rewrites
AllowOverride All
Require all granted
ErrorLog ${APACHE_LOG_DIR}/app_error.log
CustomLog ${APACHE_LOG_DIR}/app_access.log combined