Skip to content

Commit 402aaf0

Browse files
committed
Add note to readme about not setting cookie
1 parent f85a87d commit 402aaf0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,9 @@ Instructions for [nginx](https://www.nginx.com/blog/nginx-1-13-9-http2-server-pu
3232

3333
## Usage
3434

35-
Check the `http2push.php` config file to set default expiry lengths based on your setup. N.B, expiry lengths throughout the package are expressed in days. The setup is as following:
35+
Check the `http2push.php` config file to set default expiry lengths based on your setup. N.B, expiry lengths throughout the package are expressed in days - a value of `-1` indicates no cookie should be set, resulting in a push on all requests.
36+
37+
The setup is as following:
3638

3739
* Set the global cookie expiry limit with `cookie_expires_in`
3840
* Set the cookie expiry for certain file types (these override the global limit):

0 commit comments

Comments
 (0)