https://github.com/opuscapita/nginx-rp
simple reverse proxy test
https://github.com/opuscapita/nginx-rp
andariel bnp infrastructure util
Last synced: 4 months ago
JSON representation
simple reverse proxy test
- Host: GitHub
- URL: https://github.com/opuscapita/nginx-rp
- Owner: OpusCapita
- Created: 2016-12-16T11:04:16.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-11-21T09:18:18.000Z (almost 8 years ago)
- Last Synced: 2025-03-20T15:50:01.404Z (7 months ago)
- Topics: andariel, bnp, infrastructure, util
- Language: Nginx
- Size: 3.03 MB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nginx-rp
simple reverse proxy test## Container build
docker build -t gr4per/nginx-rp:latest .## Container test
To debug/modify consul template for nginx inside the running container, attach with
docker run -it --sig-proxy=false --add-host consul:172.17.0.1 gr4per/nginx-rp /bin/bashThen inside run the consul template until satisfied
(requires apt-get update, apt-get install vim)
consul-template -once -consul=172.17.0.1:8500 -template /etc/consul-templates/nginx.conf:/etc/nginx/conf.d/app.confOnce done, copy the template source back to outside and commit