Commit 9631eaa7 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Add HTTPOXY profylatics to front page

parent b4624550
......@@ -8,6 +8,17 @@ Varnish HTTP Cache
What is happening
-----------------
2016-07-18
~~~~~~~~~~
If you are running Varnish, protecting against the
`HTTPOXY <https://httpoxy.org/>`_ CGI vulnerability is a simple
as::
sub vcl_recv {
unset req.http.proxy;
}
2016-07-06
~~~~~~~~~~
:ref:`rel4.1.3` has been released! /Lasse
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment