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 @@ -22,9 +22,9 @@ 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
- set $https_prefix ""; # HTTPS prefix to use when cached files are using HTTPS
27
+ set $https_prefix ""; # HTTPS prefix to use when cached files are using HTTPS
28
28
29
29
30
30
###################################################################################################
You can’t perform that action at this time.
0 commit comments