2023-11-18 20:02:55 +01:00
|
|
|
# role nginx-docker-reverse-proxy
|
2021-01-04 09:49:02 +01:00
|
|
|
|
|
|
|
Uses nginx as an [reverse proxy](https://en.wikipedia.org/wiki/Reverse_proxy) for local docker applications.
|
2021-01-02 12:39:25 +01:00
|
|
|
|
|
|
|
## debug
|
|
|
|
```bash
|
|
|
|
curl -I {{address}}
|
|
|
|
```
|
|
|
|
- https://serverfault.com/questions/434915/nginx-proxy-caching-how-to-check-if-it-is-working
|
|
|
|
|
2021-01-01 23:05:22 +01:00
|
|
|
## performance
|
|
|
|
- https://stackoverflow.com/questions/33703230/caching-images-on-all-folder-levels-of-nginx-reverse-proxy
|
|
|
|
- https://www.tweaked.io/guide/nginx-proxying/
|
2022-01-29 19:07:44 +01:00
|
|
|
- https://serverfault.com/questions/796735/nginx-reverse-proxy-is-slow/796740
|
|
|
|
- https://serverfault.com/questions/741610/what-is-the-difference-between-proxy-request-buffering-and-proxy-buffering-on-ng
|
|
|
|
- https://askubuntu.com/questions/1103626/should-i-enable-client-max-body-size-proxy-request-buffering-and-proxy-bufferin
|
|
|
|
- https://serverfault.com/questions/692577/whats-the-difference-between-proxy-buffer-and-proxy-cache-module-in-nginx-confi
|
2022-01-29 20:32:06 +01:00
|
|
|
- https://github.com/sissbruecker/linkding/issues/88
|
2024-01-19 15:12:18 +01:00
|
|
|
- https://www.bogotobogo.com/DevOps/Docker/docker/compose/Nginx-Reverse-Proxy-Multiple-Containers.php
|