:80 {
	root * /usr/share/caddy
	reverse_proxy /api* svindler-backend1:8010 svindler-backend2:8020 svindler-backend3:8030 {
        lb_policy round_robin
        health_uri /api/v1
        health_interval 2s
        health_timeout 500ms
        health_status 200
  }
	@notAPI {
		not {
			path /api*
		}
		file {
			try_files {path} /index.html
		}
	}
	rewrite @notAPI {http.matchers.file.relative}
	file_server
}
