Files
fileserver/docker/Caddyfile.txt
2023-12-18 20:09:03 -06:00

14 lines
419 B
Plaintext
Executable File

{
# Global options block. Entirely optional, https is on by default
# Optional email key for lets encrypt
email akanealw@gmail.com
# Optional staging lets encrypt for testing. Comment out for production.
# acme_ca https://acme-staging-v02.api.letsencrypt.org/directory
}
myghost.mydomain.com {
reverse_proxy ghost:2368
}
www.myghost.mydomain.com {
redir https://myghost.mydomain.com{uri}
}