jenkins-infra / helm-charts

Helm chart repository containing the jenkins-infra public charts.
7 stars 25 forks source link

feat(httpd) disable `EnableSendfile` as document root is on the network #1396

Closed dduportal closed 1 month ago

dduportal commented 1 month ago

Ref. https://github.com/jenkins-infra/helpdesk/issues/4312#issuecomment-2380584671

This PR ensure send file is disabled as the htdocs is mounted on the network.

HTTPD configuration tells us it's disabled by default but better safe than sorry + explicit disabling is safer for maintenance.