Page MenuHomeDevCentral

Fix servers log cache issue
ClosedPublic

Authored by dereckson on Feb 2 2023, 22:29.
Tags
None
Referenced Files
F10042551: D2770.id7069.diff
Wed, Jun 18, 02:38
F10041534: D2770.id7069.diff
Wed, Jun 18, 01:42
F10041258: D2770.id7035.diff
Wed, Jun 18, 01:36
F10020958: D2770.diff
Tue, Jun 17, 18:24
Unknown Object (File)
Sun, Jun 1, 00:49
Unknown Object (File)
Sat, May 31, 01:16
Unknown Object (File)
Fri, May 30, 20:05
Unknown Object (File)
Thu, May 29, 05:50
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.