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

# Eventually we'll have a landing page but for now we just redirect to the docs
RewriteEngine On
RewriteRule   ^/$    /docs/everest/  [R]