From 475c3139b566d986f683317c7baf285f6bcf6529 Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 1 Mar 2025 08:48:52 +0300 Subject: [PATCH] (scope): [body] [footer(s)] --- infrastructure/nginx/nginx.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/infrastructure/nginx/nginx.conf b/infrastructure/nginx/nginx.conf index fc975a6..a0e495f 100644 --- a/infrastructure/nginx/nginx.conf +++ b/infrastructure/nginx/nginx.conf @@ -113,9 +113,7 @@ http { proxy_buffering off; proxy_request_buffering off; - } - location /api { if ($request_method = 'OPTIONS') { add_header 'Access-Control-Allow-Origin' "$http_origin"; add_header 'Access-Control-Allow-Methods' 'GET, POST, PUT, DELETE, OPTIONS';