mirror of
https://github.com/chatmail/relay.git
synced 2026-05-11 16:34:39 +00:00
Fix indentation in nginx.conf.j2
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user