Commit graph

5 commits

Author SHA1 Message Date
272d0aa82b
Make cert location configurable for nginx site
This is slight hack that I want to fix in the future. It is motivated by
the fact that the certbot certificate is valid for all domains that are
requested, instead of a certificate-per-domain.
2024-10-20 11:16:08 +02:00
f9d480335f
Use HTTP/2 for nginx 2024-10-19 19:53:28 +02:00
3416eb490c
Add additional proxy headers to nginx config
This is required to have better log output.
2024-10-13 18:03:16 +02:00
5542a21301
Fix more ansible-lint errors 2024-10-13 13:31:08 +02:00
33a9eef0fa
Add basic nginx role
This role installs a distribution-provided nginx and does some basic
configuration on it. It acts as a reverse proxy for the containers
that does the TLS offloading and provides an optional HTTP basic
authentication page for services that aren't ready to be exposed yet.
2024-10-13 11:33:33 +02:00