This commit is contained in:
parent
b5f32d9564
commit
26cb48327e
1 changed files with 5 additions and 1 deletions
|
|
@ -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;
|
quic = true;
|
||||||
kTLS = true;
|
kTLS = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue