aboutsummaryrefslogtreecommitdiff
path: root/cmd/whoisfront/Caddyfile
blob: ef2411b13caf4ab5e49069adc24c8643018b7d9e (plain)
1
2
3
4
5
6
7
front.akua:80 {
	cgi {
		match /front
		exec /usr/local/bin/whoisfront
		env SWITCH_COUNTER_URL=https://www.switchcounter.science/webhook/stuff
	}
}