From da1e615efdec5d20d30b4d4081364be96978e24e Mon Sep 17 00:00:00 2001 From: caskd Date: Thu, 8 Aug 2019 22:11:38 +0200 Subject: [PATCH] Disable nextcloud checks until alternative is found --- build/HAProxy/haproxy.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/HAProxy/haproxy.conf b/build/HAProxy/haproxy.conf index d087000..97092dc 100644 --- a/build/HAProxy/haproxy.conf +++ b/build/HAProxy/haproxy.conf @@ -90,7 +90,7 @@ backend yagpdb http-response set-header Content-Security-Policy default-src\ \'self\';connect-src\ \'self\';font-src\ https:\ data:\ \'self\';script-src\ \'unsafe-inline\'\ \'unsafe-eval\'\ https://cdnjs.cloudflare.com\ https://code.jquery.com\ \'self\';style-src\ https://stackpath.bootstrapcdn.com\ https://fonts.googleapis.com\ \'self\'\ \'unsafe-inline\';media-src\ https:\ \'self\';img-src\ https:\ blob:\ data:\ \'self\';frame-src\ \'self\';object-src\ \'none\';block-all-mixed-content;upgrade-insecure-requests backend nextcloud - server nextcloud-docker cloud_nextcloud:80 check + server nextcloud-docker cloud_nextcloud:80 option httpchk HEAD / HTTP/1.1\r\nHost:\ cloud.redxen.eu http-response set-header Content-Security-Policy default-src\ \'self\';connect-src\ \'self\';font-src\ https:\ data:\ \'self\';script-src\ \'unsafe-inline\'\ https://office.redxen.eu\ \'self\';style-src\ \'self\'\ \'unsafe-inline\';media-src\ https:\ \'self\';img-src\ https:\ blob:\ data:\ \'self\';frame-src\ https://office.redxen.eu\ https://youtube.com\ \'self\';object-src\ \'none\';block-all-mixed-content;upgrade-insecure-requests http-response set-header X-Robots-Tag none