26 Sep
2022
26 Sep
'22
5:47 p.m.
On 9/19/22 14:52, Christian Hesse wrote:
In nginx this can be achived by adding a single directive in location block:
add_header Cache-Control "no-cache";
If it's added directly to the location block this would disable caching for all responses.