From 61f670020237f252663676a63dff328259761001 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 27 Jun 2022 15:24:08 +0200 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 9a8bed9..17e3345 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,4 +4,6 @@ location / { proxy_set_header X-Real-IP $remote_addr; proxy_set_header Host $host; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; + + more_set_headers "Access-Control-Allow-Origin: *"; }