From 87027c7001ccac56fc0ceb305d146f37ab4b985f Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Wed, 31 Jul 2019 19:09:46 +0200 Subject: Turns out it's not necessary, and was due to another error.. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Johannes Löthberg --- nginx/matrix_kyriasis_com.sls | 3 --- 1 file changed, 3 deletions(-) diff --git a/nginx/matrix_kyriasis_com.sls b/nginx/matrix_kyriasis_com.sls index 4182830..11311f3 100644 --- a/nginx/matrix_kyriasis_com.sls +++ b/nginx/matrix_kyriasis_com.sls @@ -61,9 +61,6 @@ nginx: - proxy_buffering: "off" - proxy_set_header: X-Forwarded-For $remote_addr - proxy_set_header: Host $host - - "if ($sent_http_access_control_allow_origin ~ '')": - - add_header: "'Access-Control-Allow-Origin' '*'" - - add_header: "'Access-Control-Allow-Methods' 'GET, PUT, POST, DELETE, HEAD, OPTIONS'" - location /_synapse: - proxy_pass: http://synapse_metrics -- cgit v1.2.3-54-g00ecf