Skip to content

Commit

Permalink
Caddyfile template fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Victor Chaptsev committed Nov 20, 2017
1 parent 501f9a6 commit ae9cf46
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{% if cookiecutter.domain.split('.') | length == 2 %}www.{{cookiecutter.domain}} {
{% if cookiecutter.domain.split('.') | length == 2 -%}www.{{cookiecutter.domain}} {
redir https://{{cookiecutter.domain}}
}{% endif %}

}
{% endif -%}
{{cookiecutter.domain}} {
proxy / django:5000 {
transparent
Expand Down

0 comments on commit ae9cf46

Please sign in to comment.