Skip to content

Commit 8061f7c

Browse files
committed
Merge pull request SatelliteWP#11 from tcg/patch-1
Fix comment typo
2 parents 5424a88 + bc9ca2b commit 8061f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rocket-nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ if (-f "$document_root/.maintenance") {
6666

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

0 commit comments

Comments
 (0)