File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 86
86
87
87
` set $rocket_debug 1; `
88
88
89
- This will add the following headers to your response request :
89
+ The following header is present no matter if debug is set to 0 or 1 :
90
90
* ** X-Rocket-Nginx-Bypass** : Did the configuration served the cached file directly (did it bypass WordPress): Yes or No.
91
- * ** X-Rocket-Nginx-Reason** : If "No", what is the reason for calling WordPress. If "Yes", what is the file used.
91
+
92
+ This will add the following headers to your response request:
93
+ * ** X-Rocket-Nginx-Reason** : If Bypass is set to "No", what is the reason for calling WordPress. If "Yes", what is the file used (URL).
94
+ * ** X-Rocket-Nginx-File** : If "Yes", what is the file used (path on disk).
92
95
93
96
94
97
Reasons for not serving a cached file:
You can’t perform that action at this time.
0 commit comments