14 lines
419 B
Plaintext
Executable File
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}
|
|
}
|