:80 {
	handle /api/* {
		reverse_proxy server:8000
	}
	handle {
		root * /srv/web
		try_files {path} /index.html
		file_server
	}
}