www-apps/redmine/files/10_redmine_vhost.conf
author Da Risk <da_risk@geekorum.com>
Thu, 01 Nov 2012 18:29:08 +0100
changeset 49 2a51bfe5f6c3
parent 0 58d5cc68f922
permissions -rw-r--r--
Remove beets and related as they are in main tree

<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>