From 445df30279dcf83a61c99d6ef5e7a9193cc53c99 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 29 May 2021 19:34:31 +0200 Subject: [PATCH] Update nginx.conf --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index fb1fe8d..53b74ad 100755 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -43,7 +43,7 @@ location __PATH__/ { expires off; gzip off; default_type "image/gif"; - add_header 'Access-Control-Allow-Origin' *; + more_set_headers "Access-Control-Allow-Origin: *"; try_files $uri /index.php?$args; }