Compare commits

..

1 commit

Author SHA1 Message Date
Fabian Montero 256e282e2d
add forgejo module 2025-01-28 15:56:47 -06:00

View file

@ -33,6 +33,10 @@ in {
virtualHosts."${cfg.virtualHost}" = {
enableACME = true;
forceSSL = true;
extraConfig = ''
proxy_headers_hash_max_size 512;
proxy_headers_hash_bucket_size 128;
'';
locations."/".proxyPass = "http://localhost:9170";
};
};