From 05ea4cd5733ba5cae20aa5cd80e45f0e1a675433 Mon Sep 17 00:00:00 2001 From: ThisBirchWood Date: Sun, 2 Mar 2025 18:01:36 +0000 Subject: [PATCH] PATCH: Added missing semicolon --- nginx/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 3d15cb8..3f2875c 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -96,7 +96,7 @@ http { ## VoDs Location and thumbnails ## Contains MP4 files and PNG thumbnails location ~ ^/vods/(.+)/(.+\.(mp4|png))$ { - alias /user_data/$1/vods/$2 + alias /user_data/$1/vods/$2; # where $1 is the user's username and $2 is the thumbnail_name # The thumbnails should not be cacheable