Try and specify readme and header for alt space
This commit is contained in:
parent
f3be72766e
commit
5333ebcb52
1 changed files with 16 additions and 0 deletions
|
@ -33,6 +33,22 @@ DocumentRoot /srv/web
|
||||||
</IfModule>
|
</IfModule>
|
||||||
</Directory>
|
</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>
|
<Directory /srv/pub/archive>
|
||||||
ReadmeName /pub/archive/README.html
|
ReadmeName /pub/archive/README.html
|
||||||
<IfModule mod_authz_core.c>
|
<IfModule mod_authz_core.c>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue