From 7e3e8d05dbe728c75acc76fa5f04ff9344ceb9e9 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 17 Sep 2020 09:28:27 +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 1e21554..8c60dd8 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,7 +6,7 @@ location __PATH__/ { rewrite ^ https://$server_name$request_uri? permanent; } - add_header Access-Control-Allow-Origin *; + more_set_headers Access-Control-Allow-Origin *; index index.php; try_files $uri $uri/ /index.php;