Added support for servers running on nginx that have a non root url path, an example nginx configuration for that would be something like the following:
Which can now be used in the client like so:
This also technically adds support for things like sticking authentication in the url:
Description
Added support for servers running on nginx that have a non root url path, an example nginx configuration for that would be something like the following: Which can now be used in the client like so:
This also technically adds support for things like sticking authentication in the url:
Changes
Related Issues