removing the port number from URL

seems like a simple question but couldn’t find anything posted about it.

I have a simple website and want the user to be directed to:

www.example.com/app

rather than:

www.example.com:5006/app

thanks.

Hi,

You would have to run the bokeh server itself on port 80, since that is the port that browsers use by default when none is specified (and that is up to the browser, and out of our control). However, you might need administrator privileges to start a process listening on port 80.

The other alternative is to run the bokeh server on any unprivileged port, and put a reverse proxy such as Nginx or Apache in front on port 80. You can find documentation on these use cases here:

  Bokeh server — Bokeh 3.3.2 Documentation

Thanks,

Bryan

···

On Jan 1, 2019, at 17:36, [email protected] wrote:

seems like a simple question but couldn't find anything posted about it.

I have a simple website and want the user to be directed to:

www.example.com/app

rather than:

www.example.com:5006/app

thanks.

--
You received this message because you are subscribed to the Google Groups "Bokeh Discussion - Public" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit https://groups.google.com/a/continuum.io/d/msgid/bokeh/81e49681-2d8d-4c87-bbbf-70574cb82704%40continuum.io\.
For more options, visit https://groups.google.com/a/continuum.io/d/optout\.