ServerSignature Off ErrorLog ${APACHE_LOG_DIR}/000-default-error.log CustomLog ${APACHE_LOG_DIR}/000-default-access.log combined DocumentRoot ${APACHE_DOCUMENT_ROOT} Options FollowSymLinks AllowOverride all Require all granted RemoteIPHeader X-Real-IP RemoteIPInternalProxy 172.0.0.0/8 ${APACHE_CUSTOM_VHOST_CONFIG} SSLEngine on SSLCertificateFile /etc/ssl/certs/apache-selfsigned.crt SSLCertificateKeyFile /etc/ssl/private/apache-selfsigned.key ServerSignature Off Protocols h2 http/1.1 ErrorLog ${APACHE_LOG_DIR}/000-default-ssl-error.log CustomLog ${APACHE_LOG_DIR}/000-default-ssl-access.log combined DocumentRoot ${APACHE_DOCUMENT_ROOT} Options FollowSymLinks AllowOverride all Require all granted RemoteIPHeader X-Real-IP RemoteIPInternalProxy 172.0.0.0/8 ${APACHE_CUSTOM_VHOST_CONFIG}