From f854006399efb9a21505b73f508d2639b9649248 Mon Sep 17 00:00:00 2001 From: inference Date: Wed, 2 Jul 2025 22:32:42 +0000 Subject: [PATCH] update(nginx): file "youtube-local" "1.0.0" > "1.1.0" --- xb-00-01/nginx/youtube-local.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/xb-00-01/nginx/youtube-local.conf b/xb-00-01/nginx/youtube-local.conf index 7d46f42..445d391 100644 --- a/xb-00-01/nginx/youtube-local.conf +++ b/xb-00-01/nginx/youtube-local.conf @@ -1,6 +1,6 @@ # Inferencium - xb-00-01 # Nginx - Configuration - youtube-local -# Version: 1.0.0 +# Version: 1.1.0 # Copyright 2025 Jake Winters # SPDX-License-Identifier: BSD-3-Clause @@ -36,6 +36,9 @@ server { # Location location / { proxy_pass http://localhost:8080; + allow 10.0.0.30; + allow 10.0.0.40; + deny all; } # Security