mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
remove X-Frame-Options header for Nextcloud 16 and 15
This commit is contained in:
parent
ea069ac4bb
commit
f0e27e1f58
@ -68,7 +68,8 @@ RUN apk -U upgrade \
|
|||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
RUN chmod +x /usr/local/bin/* /etc/s6.d/*/* /etc/s6.d/.s6-svscan/*
|
RUN chmod +x /usr/local/bin/* /etc/s6.d/*/* /etc/s6.d/.s6-svscan/* \
|
||||||
|
&& sed -i '/SAMEORIGIN/d' /nginx/sites-enabled/nginx.conf
|
||||||
|
|
||||||
VOLUME /data /config /apps2 /nextcloud/themes
|
VOLUME /data /config /apps2 /nextcloud/themes
|
||||||
|
|
||||||
|
@ -68,7 +68,8 @@ RUN apk -U upgrade \
|
|||||||
|
|
||||||
COPY rootfs /
|
COPY rootfs /
|
||||||
|
|
||||||
RUN chmod +x /usr/local/bin/* /etc/s6.d/*/* /etc/s6.d/.s6-svscan/*
|
RUN chmod +x /usr/local/bin/* /etc/s6.d/*/* /etc/s6.d/.s6-svscan/* \
|
||||||
|
&& sed -i '/SAMEORIGIN/d' /nginx/sites-enabled/nginx.conf
|
||||||
|
|
||||||
VOLUME /data /config /apps2 /nextcloud/themes
|
VOLUME /data /config /apps2 /nextcloud/themes
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user