Initial commit: caddy static file server workspace
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This commit is contained in:
8
caddy/Caddyfile
Normal file
8
caddy/Caddyfile
Normal file
@@ -0,0 +1,8 @@
|
||||
:80 {
|
||||
root * /var/www/static
|
||||
encode gzip
|
||||
# file_server
|
||||
file_server browse
|
||||
# respond "I am 80"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user