@@ -, +, @@ --- debian/templates/apache-shared-intranet-plack.conf | 2 +- debian/templates/apache-shared-opac-plack.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/debian/templates/apache-shared-intranet-plack.conf +++ a/debian/templates/apache-shared-intranet-plack.conf @@ -22,7 +22,7 @@ ProxyPreserveHost On - # RequestHeader set X-FORWARDED-PROTO "https" + RequestHeader set X-FORWARDED-PROTO "https" env=HTTPS # Point the intranet site to Plack ProxyPass /index.html "unix:/var/run/koha/${instance}/plack.sock|http://localhost/intranet/mainpage.pl" --- a/debian/templates/apache-shared-opac-plack.conf +++ a/debian/templates/apache-shared-opac-plack.conf @@ -11,7 +11,7 @@ ProxyPreserveHost On - # RequestHeader set X-FORWARDED-PROTO "https" + RequestHeader set X-FORWARDED-PROTO "https" env=HTTPS # Point the OPAC site to Plack ProxyPass /index.html "unix:/var/run/koha/${instance}/plack.sock|http://localhost/opac/opac-main.pl" --