Compare commits
No commits in common. "48b9bfb635786cd39e7849bfe30b2ae28dc8b032" and "a02e08997db921a7244db0bb68bf22f707961ef5" have entirely different histories.
48b9bfb635
...
a02e08997d
@ -1,6 +1,6 @@
|
||||
# Inferencium - xb-00-01
|
||||
# Nginx - Configuration - Website
|
||||
# Version: 10.0.1-alpha.1
|
||||
# Version: 10.0.0-alpha.10
|
||||
|
||||
# Copyright 2022 Jake Winters
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
@ -27,11 +27,10 @@ server {
|
||||
server {
|
||||
# General
|
||||
server_name inferencium.net;
|
||||
http2 on;
|
||||
## IPv4
|
||||
listen 443 ssl;
|
||||
listen 443 ssl http2;
|
||||
## IPv6
|
||||
listen [::]:443 ssl;
|
||||
listen [::]:443 ssl http2;
|
||||
|
||||
# Location
|
||||
location / {
|
||||
@ -61,7 +60,7 @@ server {
|
||||
|
||||
## Headers
|
||||
include /etc/nginx/include/header-security.conf;
|
||||
|
||||
|
||||
client_max_body_size 16m;
|
||||
ignore_invalid_headers off;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user