update(nginx): file "youtube-local" "1.0.0-beta.1" > "1.1.0-beta.1"

This commit is contained in:
inference 2025-07-02 22:31:45 +00:00
parent 167015976f
commit bcbda93bde
Signed by: inference
SSH Key Fingerprint: SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo

View File

@ -1,6 +1,6 @@
# Inferencium - xb-00-01
# Nginx - Configuration - youtube-local
# Version: 1.0.0-beta.1
# Version: 1.1.0-beta.1
# 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