Skip to content

Commit

Permalink
Correct server state configuration option
Browse files Browse the repository at this point in the history
  • Loading branch information
cooltoast committed Dec 14, 2017
1 parent 54e85dd commit 240e8ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API.md
Original file line number Diff line number Diff line change
Expand Up @@ -1937,7 +1937,7 @@ across multiple requests. Registers a cookie definitions where:
violation of [RFC 6265](https://tools.ietf.org/html/rfc6265). Defaults to `true`.
- `passThrough` - used by proxy plugins (e.g. [**h2o2**](https://github.com/hapijs/h2o2)).

State defaults can be modified via the server `connections.routes.state` configuration option.
State defaults can be modified via the server `connections.state` configuration option.

```js
const Hapi = require('hapi');
Expand Down

0 comments on commit 240e8ee

Please sign in to comment.