mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-12 12:47:08 +03:00
188ff966f8
* Re-organize compose/ into environment-specific file groups Closes #1316. * Commit missing files That was weird: git failed to commit one specific folder previously
15 lines
336 B
Caddyfile
15 lines
336 B
Caddyfile
www.{% raw %}{$DOMAIN_NAME}{% endraw %} {
|
|
redir https://{{cookiecutter.domain_name}}
|
|
}
|
|
|
|
{% raw %}{$DOMAIN_NAME}{% endraw %} {
|
|
proxy / django:5000 {
|
|
header_upstream Host {host}
|
|
header_upstream X-Real-IP {remote}
|
|
header_upstream X-Forwarded-Proto {scheme}
|
|
}
|
|
log stdout
|
|
errors stdout
|
|
gzip
|
|
}
|