You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,7 @@ Here are all the available options for the global options
79
79
headers Content-Type Authorization
80
80
}
81
81
log_level debug
82
+
mode bypass
82
83
nuts {
83
84
path /path/to/the/storage
84
85
}
@@ -384,6 +385,7 @@ What does these directives mean?
384
385
|`key.disable_query`| Disable the query string part in the key |`true`<br/><br/>`(default: false)`|
385
386
|`key.headers`| Add headers to the key matching the regexp |`Authorization Content-Type X-Additional-Header`|
386
387
|`key.hide`| Prevent the key from being exposed in the `Cache-Status` HTTP response header |`true`<br/><br/>`(default: false)`|
388
+
|`mode`| Bypass the RFC respect | One of `bypass``bypass_request``bypass_response``strict` (default `strict`) |
387
389
|`nuts`| Configure the Nuts cache storage ||
388
390
|`nuts.path`| Set the Nuts file path storage |`/anywhere/nuts/storage`|
389
391
|`nuts.configuration`| Configure Nuts directly in the Caddyfile or your JSON caddy configuration |[See the Nuts configuration for the options](https://github.com/nutsdb/nutsdb#default-options)|
0 commit comments