We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5424a88 + bc9ca2b commit 8061f7cCopy full SHA for 8061f7c
rocket-nginx.conf
@@ -66,7 +66,7 @@ if (-f "$document_root/.maintenance") {
66
67
# Do not bypass if one of those cookie if found
68
# 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.
+# wp-postpass_[hash] : When a protected post requires a password, this cookie is created.
70
if ($http_cookie ~* "(wordpress_logged_in_|wp\-postpass_)") {
71
set $rocket_bypass 0;
72
set $rocket_reason "Cookie";
0 commit comments