Commit e36108a4 authored by Lasse Karstensen's avatar Lasse Karstensen

Improve spelling.

parent cc5acbfc
...@@ -108,7 +108,7 @@ documentation. ...@@ -108,7 +108,7 @@ documentation.
Backend connection timeout Backend connection timeout
========================== ==========================
Backend connections will now ble closed by Varnish after `backend_idle_timeout` Backend connections will now be closed by Varnish after `backend_idle_timeout`
seconds of inactivity. seconds of inactivity.
Previously they were kept around forever and the backend servers would close Previously they were kept around forever and the backend servers would close
...@@ -129,7 +129,7 @@ A new `req_top` identifier is available in VCL, which is a reference to ...@@ -129,7 +129,7 @@ A new `req_top` identifier is available in VCL, which is a reference to
`req` in the top-level ESI request. `req` in the top-level ESI request.
This is useful to pass data back and forth between the main ESI request This is useful to pass data back and forth between the main ESI request
and any ESI subrequests it lead to. and any ESI sub-requests it lead to.
Other noteworthy small changes Other noteworthy small changes
......
...@@ -132,7 +132,7 @@ Remember to import the std module if you're not doing so already. ...@@ -132,7 +132,7 @@ Remember to import the std module if you're not doing so already.
client.port, and server.port replaced by respectively std.port(client.ip) and std.port(server.ip) client.port, and server.port replaced by respectively std.port(client.ip) and std.port(server.ip)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
`client.ip` and `server.ip` are now proper datatypes, which renders `client.ip` and `server.ip` are now proper data types, which renders
as an IP address by default. You need to use the `std.port()` as an IP address by default. You need to use the `std.port()`
function to get the port number. function to get the port number.
......
...@@ -63,12 +63,12 @@ replaced as the active VCL. ...@@ -63,12 +63,12 @@ replaced as the active VCL.
The following parameters have been retired: The following parameters have been retired:
* `group` (security rewamp) * `group` (security revamp)
* `group_cc` (security rewamp) * `group_cc` (security revamp)
* `listen_address` (security rewamp) * `listen_address` (security revamp)
* `pool_vbc` * `pool_vbc`
* `timeout_req` - merged with `timeout_idle`. * `timeout_req` - merged with `timeout_idle`.
* `user` (security rewamp) * `user` (security revamp)
Minor changes of default values on `workspace_session` and `vsl_mask`. Minor changes of default values on `workspace_session` and `vsl_mask`.
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