www-apps/redmine/files/10_redmine_vhost.conf
author Da Risk <da_risk@geekorum.com>
Tue, 12 Nov 2013 12:09:01 +0100
changeset 112 78ed8648e21d
parent 0 58d5cc68f922
permissions -rw-r--r--
Add dev-python/pyjwt, a python implementation of JSON Web Token (Portage version: 2.2.7/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>