<div dir="ltr">Hello fellow Varnish users-<div><br></div><div>I hope this is not a redundant question, but I do have a simple question for a Varnish config:</div><div><br></div><div><br></div><div>I am running Word-press behind a varnish cluster and everything works great.  I do seem to have one simple issue.  </div><div><br></div><div><br></div><div>I want to allow a "pass" for Woo-commerce login which looks like this:</div><div><br></div><div><b><i>/?page_id=1955&edit-account</i></b><br></div><div><br></div><div><br></div><div>My current vcl to pass logins for Word-press looks like:</div><div><br></div><div><b><i>sub vcl_recv {<br>   if (req.url ~ "wp-admin|wp-login") {<br>   return (pass);<br>} </i></b><br></div><div><br></div><div><br></div><div>I just want to add the <b><i>/?page_id=1955&edit-account</i></b> to the above so users can alo log in via that page as well.</div><div><br></div><div>Is this possible?</div><div><br></div><div><br></div><div>Thank you,</div><div>Alex</div><div><br></div><div><br></div></div>