changeset 194 | 4cdf8f681821 |
parent 191 | 6363cdbc02b6 |
child 195 | 88674a86b3ad |
--- a/www-apps/redmine/files/10_redmine_vhost.conf Sun Mar 13 18:02:39 2016 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,12 +0,0 @@ -<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>