Sindbad~EG File Manager
# Edit this file with the rights IPs address of the cache servers
upstream varnish_backend {
server 127.0.0.1:6081 max_fails=3 fail_timeout=5s weight=3;
# server 212.47.239.147:6081 max_fails=3 fail_timeout=5s weight=2;
server 127.0.0.1:8888 weight=1 backup;
keepalive 32;
least_conn;
}
upstream lslb_backend {
server 109.234.163.160:8081 max_fails=5 fail_timeout=10s weight=3;
# server 109.234.163.161:8081 max_fails=5 fail_timeout=10s;
server 127.0.0.1:8888 weight=1 backup;
keepalive 32;
least_conn;
}
# When Varnish or Litspeed is active, PURGE request are send to this special backend.
# The code behind the backend is responsible for contacting all cache servers and forwarding the PURGE request.
upstream chained_purge {
server 127.0.0.1:445;
}
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists