Commit 3eca6d2a authored by Geoff Simmons's avatar Geoff Simmons

Document the changed default for server.identity in 5.2.

parent a8be5e9a
......@@ -62,6 +62,15 @@ You can use :ref:`vmod_blob(3)` to work with the hashes::
set resp.http.Hash = blob.encode(BASE64, blob=req.hash);
}
``server.identity``
~~~~~~~~~~~~~~~~~~~
If the ``-i`` option is not set in the invocation of ``varnishd``,
then ``server.identity`` is set to the host name (as returned by
``gethostname(3)``). Previously, ``server.identity`` was set to the
value of the ``-n`` option (or the default instance name if ``-n`` was
not set). See :ref:`varnishd(1)`.
XXX: vcl_sub_XXX ...
~~~~~~~~~~~~~~~~~~~~
......
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