update(nginx): file "webpage" "10.0.0" > "10.0.1"

This commit is contained in:
inference 2025-06-29 16:27:27 +00:00
parent 6ca940f09b
commit 3a7f29e573
Signed by: inference
SSH Key Fingerprint: SHA256:/O3c09/4f1lh4zrhFs2qvQEDda6dZbTwG9xEcj8OfWo

View File

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