Skip to content

Commit

Permalink
Merge pull request #11 from tcg/patch-1
Browse files Browse the repository at this point in the history
Fix comment typo
  • Loading branch information
maximejobin committed Dec 21, 2015
2 parents 5424a88 + bc9ca2b commit 8061f7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocket-nginx.conf
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ if (-f "$document_root/.maintenance") {

# Do not bypass if one of those cookie if found
# wordpress_logged_in_[hash] : When a user is logged in, this cookie is created (we'd rather let WP-Rocket handle that)
# wp-postpass_[hash] : When a protected pass requires a password, this cookie is created.
# wp-postpass_[hash] : When a protected post requires a password, this cookie is created.
if ($http_cookie ~* "(wordpress_logged_in_|wp\-postpass_)") {
set $rocket_bypass 0;
set $rocket_reason "Cookie";
Expand Down

0 comments on commit 8061f7c

Please sign in to comment.