changeset 58 | 98cddfca5dd0 |
parent 57 | 96e45fce341d |
child 59 | 9ed25873d854 |
--- a/www-apps/redmine/files/10_redmine_vhost.conf Sat Dec 29 02:22:42 2012 +0100 +++ /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>