StephenMiracle / frankenwp

MIT License
117 stars 11 forks source link

Sidekick caches responses > 299 #12

Closed PascaleBeier closed 4 months ago

PascaleBeier commented 4 months ago

I think the expected behaviour would be if sidekick would bypass anything that is not in the 2XX range

StephenMiracle commented 4 months ago

Didn't mean to resolve yet.

StephenMiracle commented 4 months ago

Hey @PascaleBeier , this has been integrated into the beta-1.0.0 image if you want to do a pull and test.

Environment variable: CACHE_RESPONSE_CODES=2XX,404,405

Pull request here: https://github.com/StephenMiracle/frankenwp/pull/15

Feel free to review and give feedback.