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;