www-apps/redmine/files/10_redmine_vhost.conf
changeset 195 88674a86b3ad
parent 193 78c58876bc9f
parent 194 4cdf8f681821
child 196 4441b94fe5f7
child 197 dcd3a578fac0
equal deleted inserted replaced
193:78c58876bc9f 195:88674a86b3ad
     1 <IfModule passenger_module>
       
     2 Listen 3000
       
     3 <VirtualHost *:3000>
       
     4         DocumentRoot /var/lib/redmine/public
       
     5 #       RailsEnv production
       
     6         <Directory "/var/lib/redmine/public">
       
     7                 Options FollowSymLinks
       
     8                 Order allow,deny
       
     9                 Allow from all
       
    10         </Directory>
       
    11 </VirtualHost>
       
    12 </IfModule>