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

(-)a/debian/templates/apache-shared-intranet-plack.conf (+1 lines)
Lines 24-29 Link Here
24
       # RequestHeader set X-FORWARDED-PROTO "https"
24
       # RequestHeader set X-FORWARDED-PROTO "https"
25
25
26
        # Point the intranet site to Plack
26
        # Point the intranet site to Plack
27
        ProxyPass /index.html "unix:/var/run/koha/${instance}/plack.sock|http://localhost/intranet/mainpage.pl"
27
        ProxyPass /cgi-bin/koha "unix:/var/run/koha/${instance}/plack.sock|http://localhost/intranet"
28
        ProxyPass /cgi-bin/koha "unix:/var/run/koha/${instance}/plack.sock|http://localhost/intranet"
28
        ProxyPassReverse /cgi-bin/koha "unix:/var/run/koha/${instance}/plack.sock|http://localhost/intranet"
29
        ProxyPassReverse /cgi-bin/koha "unix:/var/run/koha/${instance}/plack.sock|http://localhost/intranet"
29
30
(-)a/debian/templates/apache-shared-opac-plack.conf (-1 / +1 lines)
Lines 14-19 Link Here
14
       # RequestHeader set X-FORWARDED-PROTO "https"
14
       # RequestHeader set X-FORWARDED-PROTO "https"
15
15
16
        # Point the intranet site to Plack
16
        # Point the intranet site to Plack
17
        ProxyPass /index.html "unix:/var/run/koha/${instance}/plack.sock|http://localhost/opac/opac-main.pl"
17
        ProxyPass /cgi-bin/koha "unix:/var/run/koha/${instance}/plack.sock|http://localhost/opac"
18
        ProxyPass /cgi-bin/koha "unix:/var/run/koha/${instance}/plack.sock|http://localhost/opac"
18
        ProxyPassReverse /cgi-bin/koha "unix:/var/run/koha/${instance}/plack.sock|http://localhost/opac"
19
        ProxyPassReverse /cgi-bin/koha "unix:/var/run/koha/${instance}/plack.sock|http://localhost/opac"
19
20
20
- 

Return to bug 16918