inspec/test/fixtures/files/apache2.conf

16 lines
372 B
ApacheConf
Raw Normal View History

# This is the main Apache server configuration file. It contains comments.
ServerRoot "/etc/apache2"
ServerAlias inspec.test www.inspec.test io.inspec.test
User ${APACHE_RUN_USER}
Include ports.conf
<Directory />
Options FollowSymLinks
AllowOverride None
Require all denied
</Directory>
# Include generic snippets of statements
IncludeOptional conf-enabled/*.conf