You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
<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>
|