update(nginx): file "webpage" "10.0.0-beta.1" > "10.0.1-beta.1"

This commit is contained in:
inference 2025-06-29 16:26:36 +00:00
parent c49051c965
commit 64bafc0fa9
Signed by: inference
SSH Key Fingerprint: SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo

View File

@ -1,6 +1,6 @@
# Inferencium - xb-00-01 # Inferencium - xb-00-01
# Nginx - Configuration - Website # Nginx - Configuration - Website
# Version: 10.0.0-beta.1 # Version: 10.0.1-beta.1
# Copyright 2022 Jake Winters # Copyright 2022 Jake Winters
# SPDX-License-Identifier: BSD-3-Clause # SPDX-License-Identifier: BSD-3-Clause
@ -27,10 +27,11 @@ server {
server { server {
# General # General
server_name inferencium.net; server_name inferencium.net;
http2 on;
## IPv4 ## IPv4
listen 443 ssl http2; listen 443 ssl;
## IPv6 ## IPv6
listen [::]:443 ssl http2; listen [::]:443 ssl;
# Location # Location
location / { location / {