mirror of
https://github.com/caddyserver/caddy.git
synced 2025-01-17 00:06:27 +03:00
Update change list, and note in comment
This commit is contained in:
parent
bec9b9a3f7
commit
53b7b131cb
2 changed files with 3 additions and 0 deletions
|
@ -82,6 +82,8 @@ func redirParse(c *Controller) ([]redirect.Rule, error) {
|
|||
switch len(insideArgs) {
|
||||
case 1:
|
||||
// To specified (catch-all redirect)
|
||||
// Not sure why user is doing this in a table, as it causes all other redirects to be ignored.
|
||||
// As such, this feature remains undocumented.
|
||||
rule.From = "/"
|
||||
rule.To = insideArgs[0]
|
||||
case 2:
|
||||
|
|
1
dist/CHANGES.txt
vendored
1
dist/CHANGES.txt
vendored
|
@ -6,6 +6,7 @@ CHANGES
|
|||
- markdown: Fix for large markdown files
|
||||
- redir: Can use variables like log formats can
|
||||
- redir: Catch-all redirects no longer preserve path; use {uri} instead
|
||||
- redir: Create redirect tables by opening a redir block
|
||||
|
||||
|
||||
0.7.3 (July 15, 2015)
|
||||
|
|
Loading…
Reference in a new issue