Hi All,

caddy env file:
Caddy
------------------------------------------------------------------------------

DOMAIN_NAME=balajidigitals.in

caddy production config

www.{$DOMAIN_NAME} <http://www.%7B%24domain_name%7D/> {
redir https://balajidigitals.in
}

{$DOMAIN_NAME} {
proxy / django:5000 {
header_upstream Host {host}
header_upstream X-Real-IP {remote}
header_upstream X-Forwarded-Proto {scheme}
}
log stdout
errors stdout
gzip
}

Here is the error:
caddy_1 | 2018/04/26 00:15:44 duplicate site address: balajidigitals.in


Can anyone help me on this

Thanks & Regards
Kasana Venkateswara Reddy

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAML2ow9DUQ6VgJGofK-m0zEXHQVGas_1udz6ZnGaDeEv4X%2BLjA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to