diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a05ab45 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,3 @@ +[Caddyfile] +indent_style = tab + diff --git a/Caddyfile b/Caddyfile new file mode 100644 index 0000000..26b3858 --- /dev/null +++ b/Caddyfile @@ -0,0 +1,14 @@ +# this is an example config file for caddy +theme.digitaladapt.com { + root * /data/theme + file_server { + hide .git* + hide Caddyfile + hide Domainfile + } + handle_errors { + rewrite * /404.html + file_server + } +} + diff --git a/Domainfile b/Domainfile new file mode 100644 index 0000000..5cffa81 --- /dev/null +++ b/Domainfile @@ -0,0 +1,3 @@ +# this file is a reminder to update the DNS so that +# traffic will get sent to the correct server +theme.digitaladapt.com