added example caddy server config

This commit is contained in:
2025-11-19 09:25:59 -05:00
parent 9564864b3f
commit d7c0c72eac
3 changed files with 20 additions and 0 deletions
+3
View File
@@ -0,0 +1,3 @@
[Caddyfile]
indent_style = tab
+14
View File
@@ -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
}
}
+3
View File
@@ -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