Skip to content

Commit a42c371

Browse files
committed
doc: use 3600 sec in the example to help manual testing.
Fix #18.
1 parent 58161ba commit a42c371

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ encrypted_session_key "abcdefghijklmnopqrstuvwxyz123456";
4646
encrypted_session_iv "1234567812345678";
4747
4848
# default: 1d (1 day)
49-
encrypted_session_expires 2; # in sec
49+
encrypted_session_expires 3600; # in sec
5050
5151
location /encrypt {
5252
set $raw 'text to encrypted'; # from the ngx_rewrite module

0 commit comments

Comments
 (0)