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; } }