mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-07-01 22:55:39 +00:00
remove X-Frame-Options header for Nextcloud 16 and 15
This commit is contained in:
@ -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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user