mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 09:51:02 +01:00
Update ingress.conf
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user