Vestacp work fine with varnish?
Re: Vestacp work fine with varnish?
Hi you need change backed port
Nginx need proxy pass trafic to varnish port
Then varnish send trafic to apache port
Then apache return request to varnish, varnish caching and return to nginx
This need be made in this way because if not you cant install SSL because free varnish not support it.
-
- Posts: 31
- Joined: Wed Oct 18, 2017 6:34 am
Re: Vestacp work fine with varnish?
So it is all about ports, or I am missing something?skamasle wrote: ↑Sat May 22, 2021 1:40 pmHi you need change backed port
Nginx need proxy pass trafic to varnish port
Then varnish send trafic to apache port
Then apache return request to varnish, varnish caching and return to nginx
This need be made in this way because if not you cant install SSL because free varnish not support it.