sce/roles/nginx/defaults/main.yml
Ivo C.S. Wingelaar 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

3 lines
69 B
YAML

---
sce_nginx_certificate_path: /etc/sce-certbot
sce_nginx_sites: []