From a196a935ea10b1ded52c67f64e5ae0c55463deaf Mon Sep 17 00:00:00 2001 From: Jan Koppe Date: Thu, 23 Dec 2021 17:36:52 +0000 Subject: [PATCH] proxy music.json to static nginx server that has access to obs-mcr-disks --- default.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/default.conf b/default.conf index 44a850a..204d734 100644 --- a/default.conf +++ b/default.conf @@ -35,6 +35,9 @@ server { add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range' always; add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range' always; } + location /music.json { + proxy_pass http://s1.wup1.mon2.de:8989; + } } #error_page 404 /404.html;