Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Apache by unim95 ( 14 years ago )
<VirtualHost *:84>
DocumentRoot "/usr/share/redmine/public"
ServerName redmine_server
PassengerDefaultUser www-data
ServerAlias redmine.88.198.7.36
<Directory "/usr/share/redmine/public">
Order allow,deny
Allow from all
Options +Indexes
</Directory>
</VirtualHost>
Revise this Paste