From 69c2e5cf8d1ebb1a485c58d0eb77f35af6142e83 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:28:50 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 17e3345..9a8bed9 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -4,6 +4,4 @@ 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: *"; }