example.com {
	bind tcp6/[::]
}
----------
{
	"apps": {
		"http": {
			"servers": {
				"srv0": {
					"listen": [
						"tcp6/[::]:443"
					],
					"routes": [
						{
							"match": [
								{
									"host": [
										"example.com"
									]
								}
							],
							"terminal": true
						}
					]
				}
			}
		}
	}
}