Page MenuHomeDevCentral

Fix servers log cache issue
ClosedPublic

Authored by dereckson on Feb 2 2023, 22:29.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 28, 00:50
Unknown Object (File)
Mon, Sep 23, 17:14
Unknown Object (File)
Fri, Sep 20, 02:15
Unknown Object (File)
Tue, Sep 17, 08:38
Unknown Object (File)
Tue, Sep 17, 05:46
Unknown Object (File)
Sun, Sep 15, 12:48
Unknown Object (File)
Sun, Sep 15, 12:48
Unknown Object (File)
Sun, Sep 15, 12:48
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 4390
Build 4657: 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.