summaryrefslogtreecommitdiff
path: root/www/tt-rss/files/httpd-tt-rss.conf.in
blob: a5ca5746fc9425cc23c200a937f74368f11e5739 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# This is included in Apache's httpd.conf for Tiny Tiny RSS

<Directory "%%WWWDIR%%">
    Options Indexes FollowSymLinks MultiViews
    AllowOverride None
    Order allow,deny
    Allow from all
</Directory>

<IfModule mod_alias.c>
    Alias /tt-rss/ "%%WWWDIR%%/"
</IfModule>

# End of Tiny Tiny RSS configuration ================