Skip to content

Commit

Permalink
Move XSend Settings
Browse files Browse the repository at this point in the history
  • Loading branch information
timlegge committed Aug 6, 2020
1 parent 00a9ab2 commit 752c19a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ RUN rm -rf /var/cache/apk/* && \
odt2txt antiword lynx poppler-utils perl-email-address-xs \
perl-crypt-openssl-verify perl-xml-sig iwatch --update-cache && \
# perl-libapreq2 -- Apache2::Request - Here for completeness but we use nginx \
rm -fr /var/cache/apk/APKINDEX.* && \
rm -fr /var/cache/apk/APKINDEX.* && \
touch /root/.bashrc && \
wget ${FOSWIKI_LATEST_URL} && \
echo "${FOSWIKI_LATEST_MD5} ${FOSWIKI_LATEST}.tgz" > ${FOSWIKI_LATEST}.tgz.md5 && \
Expand All @@ -67,8 +67,6 @@ RUN rm -rf /var/cache/apk/* && \
tools/configure -save -set {PubUrlPath}='/pub' && \
tools/configure -save -set {SafeEnvPath}='/bin:/usr/bin' && \
tools/configure -save -set {PermittedRedirectHostUrls}='http://docker-foswiki.local:8765,https://docker-foswiki.local:8443' && \
tools/configure -save -set {XSendFileContrib}{Header}='X-Accel-Redirect' && \
tools/configure -save -set {XSendFileContrib}{Location}='/files' && \
tools/extension_installer AttachContentPlugin -r -enable install && \
tools/extension_installer AutoRedirectPlugin -r -enable install && \
tools/extension_installer AutoTemplatePlugin -r -enable install && \
Expand Down

0 comments on commit 752c19a

Please sign in to comment.