summarylogtreecommitdiffstats
path: root/Caddyfile-example
blob: f01c40e7460d0b102b7341e508397ef6d5f16aea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# For the "reverse-proxy with auto TLS certificate", add entries as follows.
# Don't forget to set `DESEC_TOKEN`, e.g., in /var/lib/caddy/envfile
#
# {
#        acme_dns desec {
#                token { env.DESEC_TOKEN }
#        }
# } 
#
# example.com {
# 	reverse_proxy localhost:8080
# }