mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2024-11-10 15:01:05 +01:00
14 lines
449 B
Markdown
14 lines
449 B
Markdown
# role native-docker-reverse-proxy
|
|
|
|
Uses nginx as an [reverse proxy](https://en.wikipedia.org/wiki/Reverse_proxy) for local docker applications.
|
|
|
|
## debug
|
|
```bash
|
|
curl -I {{address}}
|
|
```
|
|
- https://serverfault.com/questions/434915/nginx-proxy-caching-how-to-check-if-it-is-working
|
|
|
|
## performance
|
|
- https://stackoverflow.com/questions/33703230/caching-images-on-all-folder-levels-of-nginx-reverse-proxy
|
|
- https://www.tweaked.io/guide/nginx-proxying/
|