Skip to content

Commit

Permalink
typoe
Browse files Browse the repository at this point in the history
  • Loading branch information
idanstark42 committed Oct 19, 2020
1 parent bfa255e commit bf3dc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/caddy-file.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<% sites.forEach(site => { -%>
:<%= site.port %> {
root "<%= site.root %>"
hedaer /environment.json Cache-Control no-cache
header /environment.json Cache-Control no-cache
redir /environment.json http://{host}:<%= configPort %>/<%= site.id %>.json permanent
<% if(site.index) { -%>
index <%= site.index %>
Expand Down

0 comments on commit bf3dc98

Please sign in to comment.