This repository has been archived on 2021-04-26. You can view files and clone it, but cannot push or open issues or pull requests.
gallery3-debian/debian/apache.conf
2013-04-04 09:26:01 +00:00

14 lines
325 B
ApacheConf

Alias /gallery3 /usr/share/gallery3
<Directory /usr/share/gallery3>
Options FollowSymLinks
AllowOverride Limit Options FileInfo
</Directory>
# some people prefer a simple URL like http://gallery3.example.com
#<VirtualHost 1.2.3.4>
# DocumentRoot /usr/share/gallery3
# ServerName gallery3.example.com
#</VirtualHost>