I am using bokeh server to publish my graph publicly. I am using multiple bokeh apps embedded within single bokeh server and using a following command to start bokeh server
bokeh serve bokeh_app1 bokeh_app2 bokeh_app3
This works perfectly for me however I want to host another html page via bokeh server. Can we host html page using bokeh server just like we host html page using apache server? If yes, then how can we do it?