summarylogtreecommitdiffstats
path: root/litewrite.conf
blob: 6c1bc45db0e8b1307eba49f91c351229609a86bf (plain)
1
2
3
4
5
6
7
8
9
10
<IfModule mod_alias.c>
  Alias /litewrite /usr/share/webapps/litewrite/
</IfModule>

<Directory /usr/share/webapps/litewrite/>
  Options FollowSymlinks
  Order allow,deny
  AllowOverride all
  allow from all
</Directory>