• 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

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