File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 7
7
# Author: Maxime Jobin
8
8
# URL: https://github.com/maximejobin/rocket-nginx
9
9
#
10
- # Tested with WP-Rocket version: 2.3.10
10
+ # Tested with WP-Rocket version: 2.3.11
11
11
# Tested with NGINX: 1.6.2 (stable)
12
12
#
13
13
# Version 0.3
@@ -22,7 +22,7 @@ set $rocket_debug 0; # Add debug information into header
22
22
set $rocket_bypass 1; # Should NGINX bypass WordPress and call cache file directly ?
23
23
set $rocket_encryption ""; # Is GZIP accepted by client ?
24
24
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
26
26
set $rocket_reason ""; # Reason why cache file was not used. If cache file is used, what file was used
27
27
28
28
You can’t perform that action at this time.
0 commit comments