mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
Try and specify readme and header for alt space
This commit is contained in:
@@ -33,6 +33,22 @@ DocumentRoot /srv/web
|
||||
</IfModule>
|
||||
</Directory>
|
||||
|
||||
<Directory /srv/pub/alt>
|
||||
HeaderName HEADER.html
|
||||
ReadmeName README
|
||||
Options Indexes FollowSymLinks
|
||||
<IfModule mod_authz_core.c>
|
||||
# Apache 2.4
|
||||
Require all granted
|
||||
IndexOptions NameWidth=* FancyIndexing
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_core.c>
|
||||
# Apache 2.2
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</IfModule>
|
||||
</Directory>
|
||||
|
||||
<Directory /srv/pub/archive>
|
||||
ReadmeName /pub/archive/README.html
|
||||
<IfModule mod_authz_core.c>
|
||||
|
||||
Reference in New Issue
Block a user