소스 검색

We need to use relative URLs for Ingress to work

Jason Hunter 3 년 전
부모
커밋
0d96c3529d
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      nginx/nginx.conf

+ 2 - 0
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;