fix nginx
Some checks failed
Test Nix flake / Test nix flake (push) Has been cancelled

This commit is contained in:
XenGi 2026-08-26 10:39:34 +02:00
commit 26cb48327e
Signed by: xengi
SSH key fingerprint: SHA256:jxWM2RTHvxxcncXycwwWkP7HCWb4VREN05UGJTbIPZg

View file

@ -73,7 +73,11 @@ in
};
};
nginx.virtualHosts."${fqdn}" = {
nginx = {
appendHttpConfig = ''
limit_req_zone $binary_remote_addr zone=forgejo_archive:10m rate=2r/s;
'';
virtualHosts."${fqdn}" = {
quic = true;
kTLS = true;
forceSSL = true;