Skip to content

fm39hz/nginx-reverse-proxy-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nginx Reverse proxy template

Small docker script to create nginx reverse proxy

Preparation

  • Create docker network proxy-net on target container

  • Change domain and email on .env file

  • Create .env file

    cp .env.example .env

Start proxy

  • Start with docker compose

    docker-compose up --build
  • Generate certificate for the first time

    docker exec -it certbot certonly --standalone -d ${DOMAIN_1}

About

Small template for nginx reverse proxy with certbot auto renew

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors