update(nginx): file "youtube-local" "1.0.0" > "1.1.0"
This commit is contained in:
parent
291e929851
commit
f854006399
@ -1,6 +1,6 @@
|
|||||||
# Inferencium - xb-00-01
|
# Inferencium - xb-00-01
|
||||||
# Nginx - Configuration - youtube-local
|
# Nginx - Configuration - youtube-local
|
||||||
# Version: 1.0.0
|
# Version: 1.1.0
|
||||||
|
|
||||||
# Copyright 2025 Jake Winters
|
# Copyright 2025 Jake Winters
|
||||||
# SPDX-License-Identifier: BSD-3-Clause
|
# SPDX-License-Identifier: BSD-3-Clause
|
||||||
@ -36,6 +36,9 @@ server {
|
|||||||
# Location
|
# Location
|
||||||
location / {
|
location / {
|
||||||
proxy_pass http://localhost:8080;
|
proxy_pass http://localhost:8080;
|
||||||
|
allow 10.0.0.30;
|
||||||
|
allow 10.0.0.40;
|
||||||
|
deny all;
|
||||||
}
|
}
|
||||||
|
|
||||||
# Security
|
# Security
|
||||||
|
Loading…
x
Reference in New Issue
Block a user