From 733a2b6c120688243c79d2aaa8ff71ddc3513c88 Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Tue, 9 May 2017 21:39:06 +0200 Subject: [PATCH] nextcloud: update to 12.0beta2 --- nextcloud/12.0b/Dockerfile | 2 +- nextcloud/12.0b/rootfs/nginx/sites-enabled/nginx.conf | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/nextcloud/12.0b/Dockerfile b/nextcloud/12.0b/Dockerfile index bbd4089..23c0d8b 100644 --- a/nextcloud/12.0b/Dockerfile +++ b/nextcloud/12.0b/Dockerfile @@ -1,6 +1,6 @@ FROM wonderfall/nginx-php -ARG NEXTCLOUD_VERSION=12.0.0beta1 +ARG NEXTCLOUD_VERSION=12.0.0beta2 ARG GPG_nextcloud="2880 6A87 8AE4 23A2 8372 792E D758 99B9 A724 937A" ENV UID=991 GID=991 \ diff --git a/nextcloud/12.0b/rootfs/nginx/sites-enabled/nginx.conf b/nextcloud/12.0b/rootfs/nginx/sites-enabled/nginx.conf index 6c07899..2fb1549 100644 --- a/nextcloud/12.0b/rootfs/nginx/sites-enabled/nginx.conf +++ b/nextcloud/12.0b/rootfs/nginx/sites-enabled/nginx.conf @@ -5,7 +5,6 @@ server { fastcgi_buffers 64 4K; add_header Strict-Transport-Security "max-age=15768000; includeSubDomains; preload"; - add_header X-Frame-Options "SAMEORIGIN"; add_header X-Content-Type-Options nosniff; add_header X-XSS-Protection "1; mode=block"; add_header X-Robots-Tag none;