Files
aza/AzA march 2026/intern_portal/Caddyfile.snippet
2026-05-23 21:31:34 +02:00

14 lines
396 B
Caddyfile
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# AzA Intern Portal Caddy-Snippet (Referenz)
# Erst anwenden, wenn DNS für intern.aza-medwork.ch auf den Server zeigt.
# Vorher: bestehende Caddyfile sichern!
#
# In /etc/caddy/Caddyfile ergänzen (NICHT die bestehenden Routen überschreiben):
intern.aza-medwork.ch {
reverse_proxy 127.0.0.1:8088
}
# Danach:
# caddy validate --config /etc/caddy/Caddyfile
# systemctl reload caddy