Skip to content

andersab/redirect-with-nginx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

redirect-with-nginx

This project is just a simple Flask REST project that is proxied and forwarded through nginx

Changing Flask App

Setup Development Environment

  1. Make sure that you have the following host machine dependencies met.

    1.1 Docker

    1.2 Python 3

    1.3 virtualenv

    1.4 pip

  2. Setup Python Virtual Environment

$ virtualenv .venv
$ source .venv/bin/activate
$ pip install -r requirements.txt

About

Just a test project for redirecting to an app instance with nginx

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages