Fix indentation in nginx.conf.j2

This commit is contained in:
link2xt
2024-01-06 18:43:25 +00:00
parent 825285d12b
commit 3765bc1697

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