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.
gentoo-overlay/www-apps/redmine/files/10_redmine_vhost.conf

12 lines
314 B

<IfModule passenger_module>
Listen 3000
<VirtualHost *:3000>
DocumentRoot /var/lib/redmine/public
# RailsEnv production
<Directory "/var/lib/redmine/public">
Options FollowSymLinks
Require all granted
</Directory>
</VirtualHost>
</IfModule>