diff options
Diffstat (limited to 'config')
-rw-r--r-- | config/web-server.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/web-server.nix b/config/web-server.nix index 67e5395..ffeb9e9 100644 --- a/config/web-server.nix +++ b/config/web-server.nix @@ -94,7 +94,7 @@ in { add_header 'Content-Type' 'text/plain charset=UTF-8'; add_header 'Content-Length' 0; return 204; - } + } types { application/vnd.apple.mpegurl m3u8; |