Update ingress.conf

This commit is contained in:
Alexandre
2023-03-17 19:58:57 +01:00
committed by GitHub
parent f5e737e2c3
commit 87d76f0fb4

View File

@@ -24,6 +24,13 @@ server {
sub_filter_once off;
sub_filter_types *;
sub_filter /hassioautobrr %%ingress_entry%%/hassioautobrr;
}
}
# health checks are frequent and boring, so we avoid logging them
location /health {
access_log off;
error_log /dev/stderr error;
proxy_pass http://127.0.0.1:7474;
}
}