Closed bhenderson closed 6 years ago
Thank you for the PR. I will merge this shortly. I am just brooding over the way this is exposed in ini files and if there can be a better way.
I am not sure about allowing wildcard implementation that allows "*" and enables user to take over a unrelated domain. It depends on order of processing and can be somewhat unpredictable.
May be we should consider disallowing "*" wildcard.
thanks @gnufied for looking at it. I've lost interest in this feature (changed jobs) so feel free to close.
thanks,
@bhenderson thanks for opening the PR. Apologies about rather delayed review cycle. :(
Adds support for domain alias lookup. Fixes #202 Config now accepts a new directive: alias Multiple aliases can be separated by a comma Special characters are: *: Will match one subpath **: Will match any subpaths
Let me know what you think.
thanks,