вторник, 14 января 2014 г.

Apache2 configuration for Redmine

<VirtualHost *:80>
        ServerName redmine.local
        DocumentRoot /var/www/redmine


        <Directory "/var/www/redmine">
                RailsEnv production
                RailsBaseURI /
                PassengerResolveSymlinksInDocumentRoot on
                Options Indexes ExecCGI FollowSymLinks MultiViews
                Order allow,deny
                Allow from all
                AllowOverride all
        </Directory>
</VirtualHost>

Комментариев нет: