-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mapping multiple ports per service #111
Comments
You can specify multiple ports by appending an index (e.g. All that being said, you probably do not want to add both ports to the proxy. My guess is that you want to have the UI accessible (for example from a browser), and other services to be able to connect to its API. If that's the case, I'd add only UI to the proxy and make sure that influxdb and services that need to use it are attached to the same network. Please let me know if that's what you were looking for. Please let me know if it's not and I'll write an example. |
You are right and thanks for the indexing tip |
Sorry for re-opening but I am struggling with multi domain SNI routing. |
I am running influxdb which has a web interface AND an API, so I'd like to tell the proxy about the two ports. I don't know if they can combined behind one proxy port, and if not, that would require opening a different port on the proxy itself.
The text was updated successfully, but these errors were encountered: