Page MenuHomeDevCentral

Fix servers log cache issue
ClosedPublic

Authored by dereckson on Feb 2 2023, 22:29.
Tags
None
Referenced Files
F3753965: D2770.id7069.diff
Mon, Nov 18, 04:14
Unknown Object (File)
Sat, Nov 16, 14:13
Unknown Object (File)
Sat, Nov 16, 04:58
Unknown Object (File)
Sat, Nov 16, 04:58
Unknown Object (File)
Sat, Nov 16, 04:35
Unknown Object (File)
Sat, Nov 16, 04:35
Unknown Object (File)
Thu, Nov 14, 22:10
Unknown Object (File)
Wed, Nov 13, 09:55
Subscribers
None

Details

Summary

On infra.nasqueron.org, a browser refresh was needed to update the log,
ctrl + shift + r for example. Yet, headers are configured not to cache it.

If headers are specified in both location and if block, the more precise
block wins (here the if):

"There could be several add_header directives. These directives are
inherited from the previous configuration level if and only if there
are no add_header directives defined on the current level."

We then need a more precise configuration with every headers.

Reference: http://nginx.org/en/docs/http/ngx_http_headers_module.html

Test Plan

Diff Detail

Repository
rOPS Nasqueron Operations
Lint
Lint Passed
Unit
No Test Coverage
Branch
main
Build Status
Buildable 4389
Build 4656: arc lint + arc unit

Event Timeline

dereckson created this revision.
This revision is now accepted and ready to land.Feb 7 2023, 21:07
This revision was automatically updated to reflect the committed changes.