Fix indentation in nginx.conf.j2

This commit is contained in:
link2xt
2024-01-06 18:43:25 +00:00
parent 57764d0cf5
commit 449f8a014c

View File

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