mirror of
https://github.com/inspec/inspec
synced 2024-11-23 13:13:22 +00:00
db8e6e7415
Signed-off-by: Ryan Davis <zenspider@chef.io>
15 lines
372 B
ApacheConf
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
|