Skip to content

Latest commit

 

History

History

Nginx

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Airport Project - Nginx. 🛶

A NGINX server to be used as a reverse proxy and serve both the UI and the Server

Table of Contents

1. Motivation

In order to have only one server exposed, we use the Nginx server as a reverse proxy to expose the UI and the server through a reverse proxy.

This could later be used for load balancing.

2. Tech & frameworks used

3. Structure

The project is built of two simple files:

  • Dockerfile - the setup of the nginx airport image.
  • Nginx Configuration - Setup of the reverse proxy and the general structure of the nginx server.

4. How to use

This projext has no meaning as a standalone, and should only be used via the docker-compose file in the root.

Simply go to root and run the following command.

docker-compose up