From 18ae4360870a6767d077aa846b4bcb6e4f97745a Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Mon, 27 Jul 2020 17:18:09 +0200 Subject: [PATCH] new line --- docker/nginx/conf.d/cors.conf | 2 +- docker/nginx/conf.d/include/cors | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/nginx/conf.d/cors.conf b/docker/nginx/conf.d/cors.conf index 7fbce3ba..6c8cff35 100644 --- a/docker/nginx/conf.d/cors.conf +++ b/docker/nginx/conf.d/cors.conf @@ -1,4 +1,4 @@ more_set_headers 'Access-Control-Allow-Origin: *'; more_set_headers 'Access-Control-Allow-Methods: GET, POST, OPTIONS, PUT, DELETE'; more_set_headers 'Access-Control-Allow-Headers: DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range'; -more_set_headers 'Access-Control-Expose-Headers: Content-Length,Content-Range'; \ No newline at end of file +more_set_headers 'Access-Control-Expose-Headers: Content-Length,Content-Range'; diff --git a/docker/nginx/conf.d/include/cors b/docker/nginx/conf.d/include/cors index fef6d135..1ebe6617 100644 --- a/docker/nginx/conf.d/include/cors +++ b/docker/nginx/conf.d/include/cors @@ -12,4 +12,4 @@ if ($request_method = 'OPTIONS') { add_header 'Content-Type' 'text/plain; charset=utf-8'; add_header 'Content-Length' 0; return 204; -} \ No newline at end of file +}