From 3e3cc1583cef975a4c3b90b3e8d8a6b512eb0d15 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 27 Feb 2019 20:15:40 +0100 Subject: [PATCH] Fix nginx --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index b38c6d0..ff0c108 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__" always; + add_header X-Frame-Options "ALLOW-FROM https://__NEXTCLOUDDOMAIN__"; } \ No newline at end of file