Skip to content

w0lfram1te/nginx-reverse-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Reverse Nginx Proxy

Additional notes may be found on the related post.

Quick Deployment

  1. Pull the repository.
git clone https://github.com/w0lfram1te/nginx-reverse-proxy
  1. Modify the relevant variables in the docker-compose.yaml file.

    • SERVER_NAME - publicly exposed domain name that users will access
    • PROXY_HOST, PROXY_PORT - the host and port to forward traffic to
  2. Deploy the entire thing under daemon mode using docker-compose.

docker-compose up -d

About

a quick docker-based deployment of a reverse proxy using the base nginx docker image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published