Commit 95d2452e authored by Nicolas Wavrant's avatar Nicolas Wavrant

slaprunner: allow the use of .htaccess files in the public directory

parent 9a5eaef4
......@@ -104,7 +104,7 @@ mode = 0644
recipe = hexagonit.recipe.download
url = ${:_profile_base_location_}/httpd_conf.in
download-only = true
md5sum = 47ba63d87a7fdc91568581226f0063f6
md5sum = 63782f8eaa94af729ec6bba80e062d8f
filename = httpd_conf.in
mode = 0644
......
......@@ -46,8 +46,14 @@ 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
<Files .htaccess>
order allow,deny
deny from all
</Files>
</Directory>
......
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