Fix indentation in nginx.conf.j2

This commit is contained in:
link2xt
2024-01-18 17:24:36 +01:00
committed by missytake
parent 8bc19439a9
commit 42afad0852
+5 -5
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;
}
}