diff options
| author | seth <[email protected]> | 2023-02-08 08:43:05 +0000 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-08 08:43:05 +0000 |
| commit | 47dc97a05817c19268a7d5cf9e7fdbcd355a8266 (patch) | |
| tree | 921bfc313fc57c4758b83ed93a6646305b3b0df7 /caddy/Caddyfile | |
| parent | f5273be239562ebcfe0b7d65817eb96aaff5b15b (diff) | |
fix file server + add comment
Diffstat (limited to 'caddy/Caddyfile')
| -rw-r--r-- | caddy/Caddyfile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/caddy/Caddyfile b/caddy/Caddyfile index 0f54d2b..bc72900 100644 --- a/caddy/Caddyfile +++ b/caddy/Caddyfile @@ -49,7 +49,10 @@ www.{$DOMAIN:localhost} { root * {$CADDY_ROOT:/var/www} import common_domain {$DOMAIN:localhost} - file_server browse + file_server browse { + index index.html + hide .* LICENSE README.md + } import no_embeds lul.html import container_proxy api {$API_HOST:api}:80 |
