[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Problem with http://network-test.debian.org/nm



Hi,

I just want to notify the Debian Services team about a small problem
with the NetworkManager test endpoint at http://network-test.debian.org
/nm

Please add a `Cache-Control: must-revalidate, max-age=0` HTTP resonse
header to make this resource cache-aware.

Without this header, caches are free to apply their own caching
policies to the resource. End-users may only be testing their
connection to their web accelerator or intermediary proxy cache instead
of their internet connection.
https://ctrl.blog/entry/network-connection-http-checks


Here is a the needed addition to the service’s configuration:

<Location /nm>
  Header set Cache-Control "must-revalidate, max-age=0"
</Location>


-- 
Daniel


Reply to: