Try and specify readme and header for alt space

This commit is contained in:
Kevin Fenzi 2015-06-15 21:48:40 +00:00
parent f3be72766e
commit 5333ebcb52

View file

@ -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>