From 66c2739a7d585dafe8e6a64f5a9cfb291ff22bf4 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 27 Feb 2019 21:19:52 +0100 Subject: [PATCH] Fix nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index ff0c108..b38c6d0 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -9,5 +9,5 @@ location ^~ __PATH__/ { proxy_redirect off; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; - add_header X-Frame-Options "ALLOW-FROM https://__NEXTCLOUDDOMAIN__"; + add_header X-Frame-Options "ALLOW-FROM https://__NEXTCLOUDDOMAIN__" always; } \ No newline at end of file