summaryrefslogtreecommitdiffstats
path: root/genome-docs/genome-docs-1.0.0/docs.conf
blob: e8591eddf6d79fee833fa0186b18a151073ec163 (plain)
1
2
3
4
5
6
7
8
9
# These aliases are order dependent
AliasMatch ^/docs/(.*?)/(.*) /pub/docs/$1/en-US/html-single/$2
Alias /docs "/pub/docs"
<Directory "/pub/docs">
    Options Indexes FollowSymLinks Includes
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>