Skip to content

Commit

Permalink
fixed add_header directive syntax error in README.
Browse files Browse the repository at this point in the history
  • Loading branch information
agentzh committed Nov 9, 2011
1 parent ed806e3 commit 001c608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Expand Up @@ -24,7 +24,7 @@ Synopsis
set_encrypt_session $session $raw;
set_encode_base32 $session; # from the ngx_set_misc module

add_header 'Set-Cookie: my_login=$session'; # from the ngx_headers module
add_header Set-Cookie 'my_login=$session'; # from the ngx_headers module

# your content handler goes here...
}
Expand Down

0 comments on commit 001c608

Please sign in to comment.