• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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