Skip to content

Commit 9e88d94

Browse files
committed
Adjusted tabs
1 parent 5d85934 commit 9e88d94

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
@@ -22,9 +22,9 @@ 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
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
2828

2929

3030
###################################################################################################

0 commit comments

Comments
 (0)