stream: enable proxyWebsockets for peerflix

This commit is contained in:
Astro 2022-12-18 22:29:09 +01:00
parent 77ba53ff79
commit f6d3addd57

View File

@ -59,6 +59,7 @@ in
forceSSL = true;
locations."/" = {
proxyPass = "http://127.0.0.1:9000";
proxyWebsockets = true;
extraConfig = ''
auth_basic "Stream";
auth_basic_user_file ${authFile};