Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Install Nginx

Attila Levente EGYEDI edited this page Apr 5, 2017 · 6 revisions

Microservices

The application is made up of several micro services. Several of these publish a REST API and run on different ports.

Please services in our system are described here:

Overview of the CEDAR microservice architecture

Reverse Proxy

To have an application which is accessible from the majority of the internet, we wish to use only the standard HTTP and HTTPS ports. In order to solve this issues, we use Nginx as a reverse proxy. We have several subdomains pointing to the same IP address, and we proxy the requests using Nginx to different ports based on the subdomains.

You can read more about the concepts here:

https://www.nginx.com/resources/admin-guide/reverse-proxy/

Clone this wiki locally