Browse Source

We need to use relative URLs for Ingress to work

Jason Hunter 3 years ago
parent
commit
0d96c3529d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      nginx/nginx.conf

+ 2 - 0
nginx/nginx.conf

@@ -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;