From b4be77aed9134afb2acc1eca2efc195ef94ea19a Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Fri, 13 Feb 2026 00:50:31 -0600 Subject: [PATCH] social predict: add nginx options --- sys/platforms/vps/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/sys/platforms/vps/default.nix b/sys/platforms/vps/default.nix index 7fb3266..a65fd9b 100644 --- a/sys/platforms/vps/default.nix +++ b/sys/platforms/vps/default.nix @@ -47,6 +47,14 @@ with lib; { enable = true; backendPort = 8067; domain = "markets.posixlycorrect.com"; + nginx = { + enableACME = true; + forceSSL = true; + extraConfig = '' + proxy_headers_hash_max_size 512; + proxy_headers_hash_bucket_size 128; + ''; + }; }; mediawiki = {