ansible/files/artboard/artboard.conf

17 lines
325 B
Text
Raw Normal View History

<Directory "/var/www/html/artboard">
Options Indexes FollowSymLinks
AllowOverride All
2015-07-14 19:07:29 +00:00
<IfModule mod_authz_core.c>
# Apache 2.4
Require all granted
</IfModule>
<IfModule !mod_authz_core.c>
# Apache 2.2
Order deny,allow
Allow from all
</IfModule>
</Directory>