View | Details | Raw Unified | Return to bug 15218
Collapse All | Expand All

(-)a/debian/templates/apache-shared-intranet-plack.conf (-1 / +3 lines)
Lines 9-14 Link Here
9
<IfVersion >= 2.4.8>
9
<IfVersion >= 2.4.8>
10
    <IfModule mod_proxy_http.c>
10
    <IfModule mod_proxy_http.c>
11
11
12
        # background-job-process.pl needs to run in CGI mode (TODO: fix) 
13
        ScriptAlias "/cgi-bin/koha/tools/background-job-process.pl" "/usr/share/koha/intranet/cgi-bin/background-job-process.pl"
14
12
        ProxyPreserveHost On
15
        ProxyPreserveHost On
13
16
14
       # RequestHeader set X-FORWARDED-PROTO "https"
17
       # RequestHeader set X-FORWARDED-PROTO "https"
15
- 

Return to bug 15218