Also allow /srv/web/
This commit is contained in:
parent
e5862ccf2e
commit
7bbe3e048c
1 changed files with 14 additions and 0 deletions
|
@ -2,6 +2,20 @@ Alias /pub /srv/pub
|
|||
|
||||
DocumentRoot /srv/web
|
||||
|
||||
<Directory /srv/web>
|
||||
HeaderName /HEADER.html
|
||||
ReadmeName /FOOTER.html
|
||||
Options Indexes FollowSymLinks
|
||||
<IfModule mod_authz_core.c>
|
||||
# Apache 2.4
|
||||
Require all granted
|
||||
</IfModule>
|
||||
<IfModule !mod_authz_core.c>
|
||||
# Apache 2.2
|
||||
Order allow,deny
|
||||
Allow from all
|
||||
</IfModule>
|
||||
</Directory>
|
||||
|
||||
<Directory /srv/pub>
|
||||
HeaderName /HEADER.html
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue