Fix code to conform to code style
This commit is contained in:
parent
b67e1cefcf
commit
b29f34e97a
@ -1,6 +1,6 @@
|
||||
# Inferencium - xa000-1
|
||||
# Nginx - Configuration - Inferencium - Internal - BINHOST
|
||||
# Version: 0.2.0
|
||||
# Version: 0.3.0
|
||||
|
||||
# Copyright 2024 Jake Winters
|
||||
# SPDX-License-Identifier: BSD-3-Clause
|
||||
@ -8,6 +8,7 @@
|
||||
|
||||
# Redirect (unencrypted)
|
||||
server {
|
||||
|
||||
## General
|
||||
server_name bin.int.inferencium.net;
|
||||
listen 80;
|
||||
@ -17,11 +18,13 @@ server {
|
||||
location / {
|
||||
return 301 https://$host$request_uri;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
# Server (TLS)
|
||||
server {
|
||||
|
||||
## General
|
||||
server_name bin.int.inferencium.net;
|
||||
listen 443 ssl;
|
||||
@ -52,4 +55,5 @@ server {
|
||||
add_header X-Frame-Options "DENY";
|
||||
add_header Set-Cookie "Path=/;Secure;HttpOnly";
|
||||
ignore_invalid_headers on;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user