module.services.nginx: fix gitea timeout

This commit is contained in:
2025-09-12 15:22:02 +08:00
parent 553dd25488
commit f25ff89cf4

View File

@@ -51,6 +51,8 @@ inputs:
# allow realip module to set ip
set_real_ip_from 0.0.0.0/0;
real_ip_header proxy_protocol;
# gitea needs long time to upload/download large files over ssh
client_body_timeout 1h;
'';
proxyTimeout = "1d";
recommendedZstdSettings = true;