﻿<?xml version="1.0"?>
<configuration>
	<system.webServer>
		<httpProtocol>
			<customHeaders>
				<add name="Cache-Control" value="public, max-age=60, s-maxage=60" />
			</customHeaders>
		</httpProtocol>
	</system.webServer>
</configuration>
