• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Question Installation of Varnish thru Docker, Configuration & SSL

apaunovski

Basic Pleskian
So, I am installing Varnish Cache thru Docker.

I want to do the following:

FOR Regular websites:
HTTP Request --> Varnish --> Nginx --> Apache
SSL Request --> Nginx (443) --> Varnish --> Apache

How do I go about it?

What Docker image is best and how do I connect everything? I am going to be caching WordPress sites.

System is Ubuntu 16.04 with Plesk Onyx 17.8
 
I was trying to setup the varnish with magento in plesk too, so I completed the first part.
HTTP Request --> Varnish --> Nginx --> Apache
my site cache with varnish.
however, the second part looks like very hard, SSL 443 port need to install under Nginx and let the Nginx running on port 443, I don't really see the plesk let me to do that.
The SSL configuration under plesk alway under the apache, not Nginx.
 
Back
Top