matrix-docker-ansible-deploy/examples/reverse-proxies
Jost Alemann 2a35ad5a0a
Update nginx fronting example: http2 config and enable quic+http3 (#3460)
* update http2 config due to deprecation

the previous way to let `http2` follow a `listen` was depracated, it
moved to `http2 on;`

* enable quic and http3

I hope the comments are somewhat understandable. if someone can describe
the `reuseport` part more concise, please do.
2024-08-01 18:12:27 +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
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 Relocate reverse-proxy example configurations and update docs/configuring-playbook-own-webserver.md with more details 2024-01-15 13:53:14 +02:00

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.