## SPDX-License-Identifier: AGPL-3.0-or-later
##
## DO NOT EDIT. If you do, FreedomBox will not automatically upgrade.
##
## Apache configuration managed by FreedomBox. If customization is needed,
## create a new configuration file with higher priority and override directives.
##
## Default apache sites default.conf and 000-default-ssl.conf will be disabled
## for the sake of the following configuration. This is primarily to override
## the logging directives (to allow default values to prevail).
##
# Keep this in sync with apache default 000-default.conf
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
# Keep this in sync with apache default default-ssl.conf
ServerAdmin webmaster@localhost
DocumentRoot /var/www/html
SSLEngine on
SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem
SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key
SSLOptions +StdEnvVars
SSLOptions +StdEnvVars