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.
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.