11 lines
205 B
Caddyfile
11 lines
205 B
Caddyfile
# Generated by Avaya_5952_setup.py
|
|
# {fqdn} is replaced with your chosen hostname
|
|
{fqdn} {{
|
|
reverse_proxy switch-manager:8765
|
|
tls internal
|
|
}}
|
|
|
|
:80 {{
|
|
redir https://{{host}}{{uri}} permanent
|
|
}}
|