social predict: add nginx options

This commit is contained in:
Fabian Montero 2026-02-13 00:50:31 -06:00
parent c3511afc52
commit b4be77aed9
Signed by: fabian
GPG key ID: 8036F30EDBAC8447

View file

@ -47,6 +47,14 @@ with lib; {
enable = true; enable = true;
backendPort = 8067; backendPort = 8067;
domain = "markets.posixlycorrect.com"; domain = "markets.posixlycorrect.com";
nginx = {
enableACME = true;
forceSSL = true;
extraConfig = ''
proxy_headers_hash_max_size 512;
proxy_headers_hash_bucket_size 128;
'';
};
}; };
mediawiki = { mediawiki = {