From 0d96c3529da1f7565fefdc88a007731d2a87088e Mon Sep 17 00:00:00 2001 From: Jason Hunter Date: Thu, 3 Jun 2021 12:17:08 -0400 Subject: [PATCH] We need to use relative URLs for Ingress to work --- nginx/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 5496efd071..48f69e7b4e 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -36,6 +36,8 @@ http { listen 5000; # vod settings + vod_base_url ''; + vod_segments_base_url ''; vod_mode mapped; vod_max_mapping_response_size 1m; vod_upstream_location /api;