Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

We will use nginx in proxy mode. The role is that it redirects per the table below:

urlpoint to
http://<ip_address>/api/v1/oaphttp://<ip_address>:8080/oap
http://<ip_address>/http://<ip_address>:3000/

Create file /etc/nginx/sites-available/clouddata_server with the following contents:

...