From e32083f8cfa83c8e9a1eb4bd43b19a499db6d8ad Mon Sep 17 00:00:00 2001 From: Daniel Micay Date: Fri, 18 Jun 2021 05:17:13 -0400 Subject: [PATCH] remove unnecessary escaping --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 2d072f5..942f1c0 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -109,7 +109,7 @@ http { return 301 https://grapheneos.org/articles/grapheneos-servers#matrix.grapheneos.org; } - location ~ ^(\/_matrix|\/_synapse\/client) { + location ~ ^(/_matrix|/_synapse/client) { proxy_hide_header Content-Security-Policy; proxy_hide_header X-Frame-Options; include snippets/security-headers.conf;