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
[foo]dir = foo
[api.foo]dir = api
[bar.foo]dir = bar
My problem is that foo.dev is my "main" site, but I need *.foo.dev to go to api (other than bar).
My current thinking is to allow a directive wildcard = true or alias = *.foo
The text was updated successfully, but these errors were encountered:
bhenderson
added a commit
to bhenderson/invoker
that referenced
this issue
Oct 9, 2017
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
I have an invoker.ini file like this:
My problem is that foo.dev is my "main" site, but I need *.foo.dev to go to api (other than bar).
My current thinking is to allow a directive
wildcard = true
oralias = *.foo
The text was updated successfully, but these errors were encountered: