diff options
| author | Jeff Carr <[email protected]> | 2025-06-30 04:43:38 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-06-30 04:51:54 -0500 |
| commit | 66e9297086d512771a9543b9e7a13af1bc2cf326 (patch) | |
| tree | a527cca1fb250deabd1e0b570bb22b0cb68eeafb /Caddyfile.forge.wit.com | |
| parent | ce65cca994700ecc169b03faf2e38e8ddfdd18d4 (diff) | |
do some basic things on /v0.0.3
Diffstat (limited to 'Caddyfile.forge.wit.com')
| -rw-r--r-- | Caddyfile.forge.wit.com | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/Caddyfile.forge.wit.com b/Caddyfile.forge.wit.com new file mode 100644 index 0000000..102d2cc --- /dev/null +++ b/Caddyfile.forge.wit.com @@ -0,0 +1,29 @@ +{ + email [email protected] + debug + servers { + metrics + } + + log { + output file /var/log/caddy/caddy.log { + roll_size 500mb + } + format json { + time_format iso8601 + } + } +} + +forge.wit.com { + encode zstd gzip + reverse_proxy localhost:2520 + log { + output file /var/log/caddy/forge.wit.com.log { + roll_size 100mb + } + format json { + time_format iso8601 + } + } +} |
