diff --git a/nginx.conf b/nginx.conf index aa57b34..a3cb303 100644 --- a/nginx.conf +++ b/nginx.conf @@ -27,9 +27,9 @@ server { rewrite ^/(.*)/$ /$1 permanent; location = /health { - access_log off; - add_header 'Content-Type' 'application/json'; - return 200 '{"status":"UP"}'; + access_log off; + add_header 'Content-Type' 'application/json'; + return 200 '{"status":"UP"}'; } location = / {