adopted md5sum
[archlinuxdevstack.git] / redmine / httpd-redmine.conf
blob9efb8bcb005c41fa41ea2dcfcfd18f60e2b9f2c0
1 SetEnv RAILS_ENV production
3 Alias /redmine /opt/redmine/public
5 <Directory "/opt/redmine/public">
6         AllowOverride all
7         Order allow,deny
8         Allow from all
9 </Directory>