changeset 58 | 98cddfca5dd0 |
parent 57 | 96e45fce341d |
child 59 | 9ed25873d854 |
57:96e45fce341d | 58:98cddfca5dd0 |
---|---|
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> |