apache2 - Setting the backend setting for Apache + Nginx -


backend default {      .host = "localhost";      .port = "8080"; } 

at varnish config, port should assigning? i'm using apache on backend listening 1740 , nginx listening 80 proxy_pass upstream 127.0.0.1:1740.

why not nginx + varnish?

nginx , apache both webserver, of course can use nginx proxy_pass... if same server ditch apache or nginx... choose one.

in case "varnish web application accelerator. install in front of web application , speed significantly." (copy paste form home page @ site)

so think first should decide if want nginx or apache has you're web server.


Comments

Popular posts from this blog

c# - SVN Error : "svnadmin: E205000: Too many arguments" -

c# - Copy ObservableCollection to another ObservableCollection -

All overlapping substrings matching a java regex -