• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

Question nginx Caching - Bypass

weldy

New Pleskian
Server operating system version
Ubuntu 22.04.3 LTS
Plesk version and microupdate number
Plesk Obsidian Version 18.0.57 Update #4
I have enabled nginx caching but it is not working when I test it. Below are my settings. I have read almost every post on here that I can find regarding this problem but nothing seems to work.

Appreciate any help.

1703084622064.png

1703084891276.png
1703084952648.png
1703085006394.png
1703085031278.png
1703085057640.png
1703085081887.png
 
And in the "Additional nginx directives", please try
Code:
fastcgi_ignore_headers "Set-Cookie";
instead of the proxy entries, because you are using PHP-FPM through Nginx, not Apache. The proxy* directives work when using Apache.
 
Back
Top