Project

General

Profile

Css and javascripts blocked when over ssl » httpd-app.conf

George R, 2014-02-20 16:37

 
1
<Directory "/opt/redmine/apps/redmine/htdocs/public">
2
    PassengerEnabled on
3
    Options -MultiViews
4
    AllowOverride All
5
    <IfVersion < 2.3 >
6
    Order allow,deny
7
    Allow from all
8
    </IfVersion>
9
    <IfVersion >= 2.3>
10
    Require all granted
11
    </IfVersion>
12
    SetEnv RAILS_RELATIVE_URL_ROOT "/redmine"
13
    PassengerAppRoot "/opt/redmine/apps/redmine/htdocs"
14
</Directory>
15

    
16
PassengerPreStart http://127.0.0.1:80/redmine
(4-4/7)