12 lines
502 B
Markdown
12 lines
502 B
Markdown
# Reverse proxy single site
|
|
|
|
Simple example to show how to setup bunkerized-nginx in front of some existing HTTP services. Each service share the same domain(s) and are accessible from different paths.
|
|
|
|
## Architecture
|
|
|
|
<img src="https://github.com/bunkerity/bunkerized-nginx/blob/master/examples/reverse-proxy-singlesite/architecture.png?raw=true" />
|
|
|
|
## Docker
|
|
|
|
See [docker-compose.yml](https://github.com/bunkerity/bunkerized-nginx/blob/master/examples/reverse-proxy-singlesite/docker-compose.yml).
|