matrix-docker-ansible-deploy/examples/reverse-proxies
comeUpWithItLater 11e241e30a
Added an example of fronting the playbook's integrated Traefik reverse-proxy with the existing Caddy container (#3514)
* Added an example of fronting the playbook's integrated Traefik reverse-proxy with the existing Caddy container (not the `apt-get` or `yum` installed Caddy).  Helpful for folks who have an existing server with a Caddy container already serving multiple applications.

* Update examples/reverse-proxies/caddy2-in-container/README.md

Co-authored-by: Slavi Pantaleev <slavi@devture.com>

* Update examples/reverse-proxies/caddy2-in-container/README.md

Co-authored-by: Slavi Pantaleev <slavi@devture.com>

* Update examples/reverse-proxies/caddy2-in-container/README.md

Co-authored-by: Slavi Pantaleev <slavi@devture.com>

* Code formatted, linted with yamllint

* README.md updated

* docs/configuring-playbook-own-webserver-caddy.md removed

---------

Co-authored-by: Slavi Pantaleev <slavi@devture.com>
2024-09-14 09:06:40 +03:00
..
apache fix ProxyPass directive by adding mandatory trailing slash 2024-01-18 11:16:01 +01:00
caddy2 Update broken links in reverse proxies docs 2024-01-16 22:03:06 +00:00
caddy2-in-container Added an example of fronting the playbook's integrated Traefik reverse-proxy with the existing Caddy container (#3514) 2024-09-14 09:06:40 +03:00
haproxy Update broken links in reverse proxies docs 2024-01-16 22:03:06 +00:00
nginx Update nginx fronting example: http2 config and enable quic+http3 (#3460) 2024-08-01 18:12:27 +03:00
nginx-proxy-manager Update README.md (#3175) 2024-02-18 10:11:09 +02:00
README.md

Using other reverse-proxies for fronting the integrated Traefik reverse-proxy

This directory contains sample configuration for various webservers, showing you how to put these reverse-proxies in front of the integrated Traefik reverse-proxy used by the playbook.

To learn more, see Fronting the integrated reverse-proxy webserver with another reverse-proxy.