added example caddy server config
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
[Caddyfile]
|
||||
indent_style = tab
|
||||
|
||||
@@ -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
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user