From 3765bc1697feba7beb2e8093b56c0b66c528915b Mon Sep 17 00:00:00 2001 From: link2xt Date: Sat, 6 Jan 2024 18:43:25 +0000 Subject: [PATCH] Fix indentation in nginx.conf.j2 --- cmdeploy/src/cmdeploy/nginx/nginx.conf.j2 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/cmdeploy/src/cmdeploy/nginx/nginx.conf.j2 b/cmdeploy/src/cmdeploy/nginx/nginx.conf.j2 index 21eeef66..f017b4e1 100644 --- a/cmdeploy/src/cmdeploy/nginx/nginx.conf.j2 +++ b/cmdeploy/src/cmdeploy/nginx/nginx.conf.j2 @@ -41,11 +41,11 @@ http { try_files $uri $uri/ =404; } - location /metrics { - default_type text/plain; - } + location /metrics { + default_type text/plain; + } - # add cgi-bin support - include /usr/share/doc/fcgiwrap/examples/nginx.conf; + # add cgi-bin support + include /usr/share/doc/fcgiwrap/examples/nginx.conf; } }