hi, > Is there a nice simple way to stop Varnish rewriting X-Forwarded-For > if it's already populated?
you should not unconditionally trust any http header. so the best way might be to check for presence of the header and rewrite it unless the client's ip is 127.0.0.1. two if clauses should do just fine. (if it does not work for you, i can get a snippet i once wrote. but that won't be tomorrow.) tobi _______________________________________________ varnish-misc mailing list [email protected] https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc
