{
	admin off
	auto_https off
}

:8080 {
	log {
		output stdout
		format console
	}

	handle_path /mcp-docugen/* {
		reverse_proxy mcp-docugen:9100
	}

	# Landing page statica
	handle {
		root * /srv
		file_server
	}
}
