mirror of
https://github.com/kossakovsky/n8n-install.git
synced 2026-03-07 22:33:11 +00:00
change architecture from generating separate site blocks to using a shared tls snippet that all services import
11 lines
374 B
Plaintext
11 lines
374 B
Plaintext
# TLS Configuration Snippet
|
|
# Imported by all service blocks in the main Caddyfile.
|
|
#
|
|
# Default: Empty (uses Let's Encrypt automatic certificates)
|
|
# Custom: Overwritten by 'make setup-tls' with your certificate paths
|
|
# Reset: Run 'make setup-tls --remove' to restore Let's Encrypt
|
|
|
|
(service_tls) {
|
|
# Default: Let's Encrypt automatic certificates (empty = no override)
|
|
}
|