File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ FROM debian:jessie-backports
22LABEL name="httpd-svn" \
33 description="Apache httpd with Subversion" \
44 maintainer="erik.wramner@codemint.com" \
5- version="2.4.34-1.10.2-01 "
5+ version="2.4.34-1.10.2-02 "
66
77ENV HTTPD_VERSION 2.4.34
88ENV HTTPD_SHA256 fa53c95631febb08a9de41fd2864cfff815cf62d9306723ab0d4b8d7aa1638f0
Original file line number Diff line number Diff line change @@ -166,6 +166,10 @@ LoadModule authz_svn_module modules/mod_authz_svn.so
166166 SSLRandomSeed startup builtin
167167 SSLRandomSeed connect builtin
168168 </IfModule >
169+
170+ # Rewrite https to http when using SSL offload
171+ # Required or COPY will fail
172+ RequestHeader edit Destination ^https: http: early
169173</IfDefine >
170174<IfDefine SSL >
171175 Listen 443
You can’t perform that action at this time.
0 commit comments