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
*``request_remoteAddress``: Remote address of the calling client
54
54
*``response_header_<header name>``: Contains a header value of the response, if provided or empty.
55
+
*``now[:<pattern>]``: Current timestamp. If pattern not provided, `RFC` or `RFC3339`[RFC3339](https://tools.ietf.org/html/rfc3339) is used. Other values: [`unix`](https://en.wikipedia.org/wiki/Unix_time), [`timestamp`](https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Date/now) or free format following [Golang time formatting rules](https://golang.org/pkg/time/#pkg-constants).
56
+
*``response_header_last_modified[:<pattern>]``: Same like `now` for last modification time of current resource - see above. If not send by server current time will be used.
55
57
* Replacements in files: If the replacement is prefixed with a ``@`` character it will be tried
56
58
to find a file with this name and load the replacement from there. This will help you to also
57
59
add replacements with larger payloads which will be ugly direct within the Caddyfile.
0 commit comments