Update ingress.conf

This commit is contained in:
Alexandre
2023-03-17 20:04:29 +01:00
committed by GitHub
parent b16cbbcabd
commit fbe503d9fa

View File

@@ -26,11 +26,4 @@ server {
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;
}
}