]> Sergey Matveev's repositories - public-inbox.git/commitdiff
config: support multi-value inbox.*.*url
authorEric Wong <e@80x24.org>
Thu, 2 Jan 2020 03:09:30 +0000 (03:09 +0000)
committerEric Wong <e@80x24.org>
Thu, 2 Jan 2020 20:56:24 +0000 (20:56 +0000)
Since the beginning of this project, we've implicitly supported
inboxes with multiple URLs by relying on the Host: header sent
by the client ($env->{HTTP_HOST}).

We now offer the option to explicitly configure multiple URLs for
every inbox along with the ability to do a best-effort match for
matching hostnames.


No differences found