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

(-)a/debian/templates/apache-shared-intranet-plack.conf (-1 / +1 lines)
Lines 22-28 Link Here
22
22
23
        ProxyPreserveHost On
23
        ProxyPreserveHost On
24
24
25
       # RequestHeader set X-FORWARDED-PROTO "https"
25
        RequestHeader set X-FORWARDED-PROTO "https" env=HTTPS
26
26
27
        # Point the intranet site to Plack
27
        # Point the intranet site to Plack
28
        ProxyPass /index.html "unix:/var/run/koha/${instance}/plack.sock|http://localhost/intranet/mainpage.pl"
28
        ProxyPass /index.html "unix:/var/run/koha/${instance}/plack.sock|http://localhost/intranet/mainpage.pl"
(-)a/debian/templates/apache-shared-opac-plack.conf (-2 / +1 lines)
Lines 11-17 Link Here
11
11
12
        ProxyPreserveHost On
12
        ProxyPreserveHost On
13
13
14
       # RequestHeader set X-FORWARDED-PROTO "https"
14
        RequestHeader set X-FORWARDED-PROTO "https" env=HTTPS
15
15
16
        # Point the OPAC site to Plack
16
        # Point the OPAC site to Plack
17
        ProxyPass /index.html "unix:/var/run/koha/${instance}/plack.sock|http://localhost/opac/opac-main.pl"
17
        ProxyPass /index.html "unix:/var/run/koha/${instance}/plack.sock|http://localhost/opac/opac-main.pl"
18
- 

Return to bug 21267