www-apps/redmine/files/10_redmine_vhost.conf
author Da Risk <da_risk@geekorum.com>
Mon, 27 Jul 2015 15:29:56 +0200
changeset 159 a04a74c83cfa
parent 0 58d5cc68f922
permissions -rw-r--r--
revbump dev-python/caldav to latest version. Also add the correct dependencies (Portage version: 2.2.20/hg/Linux x86_64, unsigned Manifest commit)

<IfModule passenger_module>
Listen 3000
<VirtualHost *:3000>
        DocumentRoot /var/lib/redmine/public
#       RailsEnv production
        <Directory "/var/lib/redmine/public">
                Options FollowSymLinks
                Order allow,deny
                Allow from all
        </Directory>
</VirtualHost>
</IfModule>