From 77d31996f686fa32a3b472695b46d0e667e7452d Mon Sep 17 00:00:00 2001 From: Robert van Dijk Date: Fri, 15 Nov 2024 14:33:28 +0100 Subject: [PATCH] Fix indentation --- nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 = / {