13 lines
280 B
Caddyfile
13 lines
280 B
Caddyfile
# Set the email address that should be used to contact you if there is a problem with
|
|
# your TLS certificates.
|
|
{
|
|
email you@example.com
|
|
}
|
|
|
|
# Remove the http:// prefix from your site address.
|
|
xxx.xxx.net {
|
|
respond /debug/* "Not Permitted" 403
|
|
reverse_proxy localhost:4000
|
|
}
|
|
|