Skip to content

Commit

Permalink
no more TABs
Browse files Browse the repository at this point in the history
  • Loading branch information
traceypooh committed Jan 11, 2025
1 parent 2416721 commit 89fc911
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions etc/Caddyfile.ctmpl
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
{
{{ if ne (env "ON_DEMAND_TLS_ASK") "" }}
on_demand_tls {
ask {{ env "ON_DEMAND_TLS_ASK" }}
}
{{ end }}
on_demand_tls {
ask {{ env "ON_DEMAND_TLS_ASK" }}
}
{{ end }}

log {
output file /var/log/caddy/access.log
}
log {
output file /var/log/caddy/access.log
}
}

# unknown hostnames go to 404 page
http:// {
redir {{ env "UNKNOWN_SERVICE_404" }}
redir {{ env "UNKNOWN_SERVICE_404" }}
}


Expand Down

0 comments on commit 89fc911

Please sign in to comment.