fix(cache control): remove unnecessary cache control header from php.conf#16
fix(cache control): remove unnecessary cache control header from php.conf#16ma-04 wants to merge 1 commit intoflywp:mainfrom
Conversation
WalkthroughThe Cache-Control header directive for PHP requests has been removed from the nginx configuration. This prevents the response from explicitly setting cache control parameters, allowing default behavior or other directives to take precedence. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai generate docstrings |
✅ Actions performedInitiated docstring generation; will generate only if new commits exist. |
|
Caution Docstrings generation - FAILED No docstrings were generated. |
Remove the unnecessary cache control header from the php.conf file. The header is only required for FastCGI cache-enabled sites.
fixes: https://github.com/flywp/issues/issues/183