From 5235913731718233a2167a0c4e4ba9de7c994923 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 15 Dec 2023 20:44:19 +0100 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 337513f..d56d97a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -23,7 +23,7 @@ location __PATH__/ { } if ($request_method = (POST|GET)$) { more_set_headers "Access-Control-Allow-Origin: * always"; - more_set_headers "Access-Control-Allow-Methods: GET, POST, OPTIONS' always"; + more_set_headers "Access-Control-Allow-Methods: GET, POST, OPTIONS always"; more_set_headers "Access-Control-Allow-Headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range always"; more_set_headers "Access-Control-Expose-Headers: Content-Length,Content-Range always"; }