Skip to content

Commit d4d4bcb

Browse files
author
Maxime Jobin
committed
WP-Rocket test version changed. Comment aligned.
1 parent 013886f commit d4d4bcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rocket-nginx.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# Author: Maxime Jobin
88
# URL: https://github.com/maximejobin/rocket-nginx
99
#
10-
# Tested with WP-Rocket version: 2.3.10
10+
# Tested with WP-Rocket version: 2.3.11
1111
# Tested with NGINX: 1.6.2 (stable)
1212
#
1313
# Version 0.3
@@ -22,7 +22,7 @@ set $rocket_debug 0; # Add debug information into header
2222
set $rocket_bypass 1; # Should NGINX bypass WordPress and call cache file directly ?
2323
set $rocket_encryption ""; # Is GZIP accepted by client ?
2424
set $rocket_file ""; # Filename to use
25-
set $rocket_is_bypassed "No"; # Header text added to check if the bypass worked or not. Header: X-Rocket-Nginx-Bypass
25+
set $rocket_is_bypassed "No"; # Header text added to check if the bypass worked or not. Header: X-Rocket-Nginx-Bypass
2626
set $rocket_reason ""; # Reason why cache file was not used. If cache file is used, what file was used
2727

2828

0 commit comments

Comments
 (0)