diff --git a/infrastructure/nginx/nginx.conf b/infrastructure/nginx/nginx.conf index ba8fad3..2773428 100644 --- a/infrastructure/nginx/nginx.conf +++ b/infrastructure/nginx/nginx.conf @@ -147,11 +147,6 @@ http { return 204; } - add_header 'Access-Control-Allow-Origin' "$http_origin" always; - add_header 'Access-Control-Allow-Methods' 'GET, POST, PUT, DELETE, OPTIONS' always; - add_header 'Access-Control-Allow-Headers' 'Authorization, Content-Type, X-Requested-With' always; - add_header 'Access-Control-Allow-Credentials' 'true' always; - proxy_buffering off; proxy_request_buffering off; client_max_body_size 100M;