• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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