Skip to content

Commit 752c19a

Browse files
committed
Move XSend Settings
1 parent 00a9ab2 commit 752c19a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ RUN rm -rf /var/cache/apk/* && \
4646
odt2txt antiword lynx poppler-utils perl-email-address-xs \
4747
perl-crypt-openssl-verify perl-xml-sig iwatch --update-cache && \
4848
# perl-libapreq2 -- Apache2::Request - Here for completeness but we use nginx \
49-
rm -fr /var/cache/apk/APKINDEX.* && \
49+
rm -fr /var/cache/apk/APKINDEX.* && \
5050
touch /root/.bashrc && \
5151
wget ${FOSWIKI_LATEST_URL} && \
5252
echo "${FOSWIKI_LATEST_MD5} ${FOSWIKI_LATEST}.tgz" > ${FOSWIKI_LATEST}.tgz.md5 && \
@@ -67,8 +67,6 @@ RUN rm -rf /var/cache/apk/* && \
6767
tools/configure -save -set {PubUrlPath}='/pub' && \
6868
tools/configure -save -set {SafeEnvPath}='/bin:/usr/bin' && \
6969
tools/configure -save -set {PermittedRedirectHostUrls}='http://docker-foswiki.local:8765,https://docker-foswiki.local:8443' && \
70-
tools/configure -save -set {XSendFileContrib}{Header}='X-Accel-Redirect' && \
71-
tools/configure -save -set {XSendFileContrib}{Location}='/files' && \
7270
tools/extension_installer AttachContentPlugin -r -enable install && \
7371
tools/extension_installer AutoRedirectPlugin -r -enable install && \
7472
tools/extension_installer AutoTemplatePlugin -r -enable install && \

0 commit comments

Comments
 (0)