Edit

IABSD.fr/src/usr.sbin/httpd

Branch :

  • Show log

    Commit

  • Author : kirill
    Date : 2026-05-17 10:56:41
    Hash : c52d99c0
    Message : usr.sbin/httpd: add cache controls for static files Teach httpd to advertise static file revalidation by default with Cache-Control: no-cache, preserving the existing Last-Modified and If-Modified-Since flow; add a [no] static-cache-control directive for opting out, and advertise Vary: Accept-Encoding whenever gzip-static is enabled. OK: claudio@