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
Allow redirecting based on datetime placeholders like {when_unix}. The http.rewrite conditions currently do not allow something like greater_than or less_than for comparing integers.
2. Why is this feature a useful, necessary, and/or important addition to this project?
It would be very useful to allow specifying a date after which a redirect should occur, e.g. after a deprecation deadline.
3. What alternatives are there, or what are you doing in the meantime to work around the lack of this feature?
Manually editing the Caddyfile after the deadline to redirect users to the new address.
The text was updated successfully, but these errors were encountered:
1. What would you like to have changed?
Allow redirecting based on datetime placeholders like
{when_unix}
. The http.rewrite conditions currently do not allow something likegreater_than
orless_than
for comparing integers.2. Why is this feature a useful, necessary, and/or important addition to this project?
It would be very useful to allow specifying a date after which a redirect should occur, e.g. after a deprecation deadline.
3. What alternatives are there, or what are you doing in the meantime to work around the lack of this feature?
Manually editing the Caddyfile after the deadline to redirect users to the new address.
The text was updated successfully, but these errors were encountered: