From 451a695c7db4612024754a5db4384925464ca3af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 17 Feb 2023 23:01:32 +0100 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/nginx.conf b/conf/nginx.conf index c164c1d..27bba77 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,6 +6,8 @@ location __PATH__/ { index index.html; + more_set_headers "Access-Control-Allow-Origin: *"; + location = __PATH__/http-bind { proxy_pass "http://localhost:5290/http-bind"; proxy_http_version 1.1;