From ebb7301d21192b4c235fbc999b716aec677fa065 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Wed, 19 Mar 2025 02:15:40 +0000 Subject: [PATCH] Update Setting up an HLS Broadcast server with NGINX --- Setting-up-an-HLS-Broadcast-server-with-NGINX.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Setting-up-an-HLS-Broadcast-server-with-NGINX.md b/Setting-up-an-HLS-Broadcast-server-with-NGINX.md index c9f99fa..d4d66b2 100644 --- a/Setting-up-an-HLS-Broadcast-server-with-NGINX.md +++ b/Setting-up-an-HLS-Broadcast-server-with-NGINX.md @@ -15,4 +15,5 @@ The first part of this server config handles ingesting the raw RTMP datastream a ## Web Server Configuration This part of the configuration handles setting up the web server which serves the files that make up the HLS stream. 1. Edit `/etc/nginx/sites-available/default` or create a new site config -
Remember to create a symlink and move/delete the default if you create a new file! \ No newline at end of file +
Remember to create a symlink and move/delete the default if you create a new file! +2. Add the following to your site config: \ No newline at end of file