summaryrefslogtreecommitdiff
path: root/Caddyfile.forge.wit.com
blob: 102d2cce77e74332dab7583429f29c939199fd3e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
		}
	}
}