duy13 / vDDoS-Protection

Welcome to vDDoS, a HTTP(S) DDoS Protection Reverse Proxy. Thank you for using!
https://vddos.voduy.com
488 stars 139 forks source link

Setting for Varnish Nginx and Apache #18

Closed rivai1 closed 6 years ago

rivai1 commented 6 years ago

How to setting in website.conf if I using Varnish ->Nginx->Apache

Http Port Varnish : 82 Nginx : 80 Apache : 8181

SSL Port Varnish : 82 Nginx : 443 Apache : 8443

I use varnish for caching and nginx as reverse proxy

duy13 commented 6 years ago

You should remove nginx; If the varnish is not needed you should also remove:

The system will be: vDDoS > Varnish (if exists) > Apache

Http Port Varnish : 82 vDDoS : 80 Apache : 8181

SSL Port Varnish : 82 vDDoS : 443 Apache : 8443