mirror of
https://github.com/inspec/inspec
synced 2024-11-23 21:23:29 +00:00
79f48afa6c
before, the resource would throw an exception when include_files returned nil (i.e., [].flatten!) added basic unit tests capturing the include_files behaviour
14 lines
316 B
ApacheConf
14 lines
316 B
ApacheConf
# This is the main Apache server configuration file. It contains comments.
|
|
ServerRoot "/etc/apache2"
|
|
|
|
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
|