Commit fe42dbab authored by Rafael Monnerat's avatar Rafael Monnerat

Update Release Candidade

parents b0de36da f1c92cc5
...@@ -119,7 +119,7 @@ recipe = hexagonit.recipe.download ...@@ -119,7 +119,7 @@ recipe = hexagonit.recipe.download
ignore-existing = true ignore-existing = true
url = ${:_profile_base_location_}/httpd_conf.in url = ${:_profile_base_location_}/httpd_conf.in
download-only = true download-only = true
md5sum = 8067164fa87c7ca2c59d1625a34c5850 md5sum = 21ef5c7c487bdc774d675e33d000975f
filename = httpd_conf.in filename = httpd_conf.in
mode = 0644 mode = 0644
......
...@@ -65,12 +65,14 @@ DocumentRoot {{ parameters.runner_home }}/public ...@@ -65,12 +65,14 @@ DocumentRoot {{ parameters.runner_home }}/public
Alias /public {{ parameters.runner_home }}/public Alias /public {{ parameters.runner_home }}/public
<Directory {{ parameters.runner_home }}/public> <Directory {{ parameters.runner_home }}/public>
Order Allow,Deny <Limit GET HEAD OPTIONS REPORT PROPFIND>
Allow from all Order Allow,Deny
AllowOverride All Allow from all
Satisfy Any AllowOverride All
Options Indexes FollowSymLinks Satisfy Any
DirectoryIndex index.html Options Indexes FollowSymLinks
DirectoryIndex index.html
</Limit>
<Files .htaccess> <Files .htaccess>
order allow,deny order allow,deny
deny from all 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