<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>
Комментариев нет:
Отправить комментарий