From bf3dc98ccf7c8c8a72264dadd84891b1bf4712ea Mon Sep 17 00:00:00 2001 From: Idan Stark Date: Tue, 20 Oct 2020 02:45:33 +0300 Subject: [PATCH] typoe --- static/caddy-file.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/caddy-file.ejs b/static/caddy-file.ejs index 81ed741..9541709 100644 --- a/static/caddy-file.ejs +++ b/static/caddy-file.ejs @@ -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 %>