• 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 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