diff options
author | Brian Picciano <me@mediocregopher.com> | 2024-07-01 11:14:24 +0200 |
---|---|---|
committer | Brian Picciano <me@mediocregopher.com> | 2024-07-01 11:35:36 +0200 |
commit | 1a6d506a525e32bc374f89377e46a775c6737cf0 (patch) | |
tree | bcaf92072db1ec0358d9e1feeed9a8de7ce7c640 /example/Caddyfile | |
parent | 931b4b8d3e61913778ed1bed002eb150171761ac (diff) |
Got basic development environment set up
Diffstat (limited to 'example/Caddyfile')
-rw-r--r-- | example/Caddyfile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/example/Caddyfile b/example/Caddyfile new file mode 100644 index 0000000..8f08483 --- /dev/null +++ b/example/Caddyfile @@ -0,0 +1,12 @@ +{ + debug + admin off + log { + level debug + } +} + +http://localhost:8000 { + root * ./examples/static + file_server +} |