Hosting a Plumber API on or behind an Apache web server?

Can anyone point me to any resources on how to host a Plumber API behind Apache with https? I've been searching but haven't found much.

Similar to expose other API interface via web engine like Apache or Nginx, please read manual for how to make reverse proxy. That is because it will redirect requests sent to an exposed port to internal API port for response.

Or, you may create virtual web server by just exposing your native API port directly.

This topic was automatically closed 42 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.