This commit is contained in:
2019-07-04 20:58:20 -04:00
parent 23a4e98668
commit 47caaa7a0a
10 changed files with 589 additions and 577 deletions

View File

@ -44,9 +44,10 @@
<% if node['web']['root'] %>
DocumentRoot <%= node['web']['root'] %>
<Directory <%= node['web']['root'] %>/>
Options Indexes FollowSymLinks
AllowOverride None
Require all granted
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
<% end -%>