From c609c903157b8a8dda11339962daec9fc5745e44 Mon Sep 17 00:00:00 2001 From: inference Date: Sat, 28 Jun 2025 20:44:03 +0000 Subject: [PATCH] feat(nginx): add legacy `www.` subdomains This is required by Google for their HSTS preloading service as many people still use this legacy subdomain rather than the bare domain to connect to websites. --- xb-00-01/nginx/website.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xb-00-01/nginx/website.conf b/xb-00-01/nginx/website.conf index 0a8df58..028478f 100644 --- a/xb-00-01/nginx/website.conf +++ b/xb-00-01/nginx/website.conf @@ -4,14 +4,14 @@ # Copyright 2022 Jake Winters # SPDX-License-Identifier: BSD-3-Clause -# Version: 10.0.0-alpha.4 +# Version: 10.0.0-alpha.5 # Server (unencrypted) ## Redirect from this server block to an encrypted server block if TLS is required server { # General - server_name inferencium.net; + server_name inferencium.net www.inferencium.net; ## IPv4 listen 80; ## IPv6