mirror of
https://github.com/blakeblackshear/frigate.git
synced 2024-11-21 19:07:46 +01:00
We need to use relative URLs for Ingress to work
This commit is contained in:
parent
62452b1d21
commit
0d96c3529d
@ -36,6 +36,8 @@ http {
|
|||||||
listen 5000;
|
listen 5000;
|
||||||
|
|
||||||
# vod settings
|
# vod settings
|
||||||
|
vod_base_url '';
|
||||||
|
vod_segments_base_url '';
|
||||||
vod_mode mapped;
|
vod_mode mapped;
|
||||||
vod_max_mapping_response_size 1m;
|
vod_max_mapping_response_size 1m;
|
||||||
vod_upstream_location /api;
|
vod_upstream_location /api;
|
||||||
|
Loading…
Reference in New Issue
Block a user