Commit fe42dbab authored by Rafael Monnerat's avatar Rafael Monnerat

Update Release Candidade

parents b0de36da f1c92cc5
......@@ -119,7 +119,7 @@ recipe = hexagonit.recipe.download
ignore-existing = true
url = ${:_profile_base_location_}/httpd_conf.in
download-only = true
md5sum = 8067164fa87c7ca2c59d1625a34c5850
md5sum = 21ef5c7c487bdc774d675e33d000975f
filename = httpd_conf.in
mode = 0644
......
......@@ -65,12 +65,14 @@ DocumentRoot {{ parameters.runner_home }}/public
Alias /public {{ parameters.runner_home }}/public
<Directory {{ parameters.runner_home }}/public>
Order Allow,Deny
Allow from all
AllowOverride All
Satisfy Any
Options Indexes FollowSymLinks
DirectoryIndex index.html
<Limit GET HEAD OPTIONS REPORT PROPFIND>
Order Allow,Deny
Allow from all
AllowOverride All
Satisfy Any
Options Indexes FollowSymLinks
DirectoryIndex index.html
</Limit>
<Files .htaccess>
order allow,deny
deny from all
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment