update(nginx): file "webpage" "10.0.0-beta.1" > "10.0.1-beta.1"
This commit is contained in:
parent
c49051c965
commit
64bafc0fa9
@ -1,6 +1,6 @@
|
||||
# Inferencium - xb-00-01
|
||||
# Nginx - Configuration - Website
|
||||
# Version: 10.0.0-beta.1
|
||||
# Version: 10.0.1-beta.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 / {
|
||||
|
Loading…
x
Reference in New Issue
Block a user