yarsky-tgz / nginx-reverse-proxy-ssl-local

Multiple local domains through nginx-proxy, mkcert and Docker for localhost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nginx-reverse-proxy project

Multiple local domains on localhost through nginx reverse proxy, SSL certificates (mkcert) with Docker

Introduction

Set up an easy and secure reverse proxy with Docker, Nginx & local ssl sertificate. You can have on localhost:

  1. Multiple services (apps, sites) by local domains
  2. SSL certificates for localhost
  3. Docker container Nginx revers proxy

Host computer requirements

You should have:

  • OS Linux (when using other systems, there may be nuances, but I'm not sure)
  • Docker version 19.03.0+, and Compose version 1.25.0+.
  • mkcert (valid https certificates for localhost)
  • your own services (apps, sites) behind reverse proxy
  • etc/hosts file has to have "127.0.0.1 your.local.domain" records

see link to description!

About

Multiple local domains through nginx-proxy, mkcert and Docker for localhost


Languages

Language:Shell 100.0%