mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-05-03 03:33:18 +08:00
17 lines
325 B
Plaintext
17 lines
325 B
Plaintext
<Directory "/var/www/html/artboard">
|
|
Options Indexes FollowSymLinks
|
|
|
|
AllowOverride All
|
|
|
|
<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>
|