From 6dea3eef06ba8c5f73bd1ae634b813ae6fb079ea Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 26 Feb 2019 20:40:50 +0100 Subject: [PATCH] fix nginx configuration --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index d9826db..20260cf 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,7 @@ location ^~ __PATH__/ { proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Host $server_name; - add_header X-Frame-Options "ALLOW-FROM https://__NEXTCLOUDDOMAIN__/"; + add_header X-Frame-Options "ALLOW-FROM https://__NEXTCLOUDDOMAIN__" always; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade;