mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Update ingress.conf
This commit is contained in:
@@ -26,13 +26,4 @@ server {
|
||||
sub_filter /radarr %%ingress_entry%%/radarr;
|
||||
}
|
||||
|
||||
# Allow correct naming in status file
|
||||
location ^~ /radarr/api {
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
proxy_connect_timeout 30m;
|
||||
proxy_send_timeout 30m;
|
||||
proxy_read_timeout 30m;
|
||||
proxy_pass http://127.0.0.1:7878/radarr/api;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user