From dsf, 10 Years ago, written in Plain Text.
Embed
  1.  
  2. # ...
  3.   # admin users always miss the cache
  4.   if( req.url ~ "^/wp-(login|admin)" || req.http.Cookie ~ "wordpress_logged_in_" ){
  5.     return (pass);
  6.   }
  7.   # ignore any other cookies
  8.   unset req.http.Cookie;
  9.   return (lookup);
  10.  
  11.  
  12.  
  13.  
  14.  
  15.         # Ajax isteklerini dahil etme - Wordpress
  16.         if (req.http.X-Requested-With) {
  17.             return(pass);
  18.         }
  19.  
  20.  
  21. #    if (req.http.host == "dunya.com") {
  22. #        set req.http.host = "dunya.com";
  23. #        set req.backend = domain1;
  24. #       return (lookup);
  25. #    }
  26.  
  27.  
  28. #    if (req.http.host == "mars.com") {
  29. #        set req.http.host = "mars.com";
  30. #        set req.backend