Compare commits

..

1 commit

Author SHA1 Message Date
Fabian Montero 1c2b67ba0c
add forgejo module 2025-01-28 16:05:47 -06:00

View file

@ -33,10 +33,6 @@ 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";
};
};