• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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