inspec/test/fixtures/files/apache2.conf
Ryan Davis db8e6e7415 Moved test/unit/mock/* to test/fixtures
Signed-off-by: Ryan Davis <zenspider@chef.io>
2019-11-08 16:29:03 -08:00

15 lines
372 B
ApacheConf

# 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