added install to the PKGBUILD
[archlinuxdevstack.git] / redmine / httpd-redmine.conf
blob248b085ef6d4e0a79cf5bd9c29cf12a8e6c00e6a
1 SetEnv RAILS_ENV production
3 Alias /redmine /usr/lib/redmine/public
5 <Directory "/usr/lib/redmine/public">
6         AllowOverride all
7         Order allow,deny
8         Allow from all
9 </Directory>