From 9bf91d3f0cf314d84452aac3d5590ef0c39297ed Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 9 Apr 2024 08:37:10 +0200 Subject: [PATCH] remove cors thing --- conf/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index efc3bc3..421381a 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -6,8 +6,6 @@ location __PATH__/ { client_max_body_size 50m; - more_set_headers "Access-Control-Allow-Origin: *"; - index index.php; location = /favicon.ico { access_log off; log_not_found off; }