changeset 194 | 4cdf8f681821 |
parent 191 | 6363cdbc02b6 |
child 195 | 88674a86b3ad |
191:6363cdbc02b6 | 194:4cdf8f681821 |
---|---|
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> |