Skip to content

Latest commit

 

History

History
24 lines (19 loc) · 405 Bytes

README.md

File metadata and controls

24 lines (19 loc) · 405 Bytes

Local Developement Reverse Proxy

Why:

Used to proxy *.localhost subdomain to respective ports.

Ingridients:

  • Docker
  • Nginx

Usage:

Install:

> cd $YOUR_AWESOME_FOLDER
> git clone git@github.com:b12k/ldrp.git .
> docker-compose up -d

Open: http://localhost

Configure:

Add your configuration to nginx.conf and

> docker-compose restart