123456789101112131415161718192021222324 |
- <app router="TeBkUmLpqAsyncRouter">
- <cors-config>
- <allow-origins>*</allow-origins>
- <allow-methods>GET, POST, HEAD, PUT, DELETE</allow-methods>
- <allow-headers>content-type, origin</allow-headers>
- <expose-headers>content-type, origin</expose-headers>
- <allow-credentials>true</allow-credentials>
- <max-age>1023</max-age>
- </cors-config>
- <cache-control>
- <control ext="png,css,js,jpeg,jpg,gif" header="Cache-Control"
- value="max-age=290304000, public" />
- <control ext="txt,xml,json" header="Cache-Control"
- value="max-age=172800, public, must-revalidate" />
- <control ext="html,html" header="Cache-Control"
- value="max-age=7200, must-revalidate" />
- <control file="video.mov" header="Expires"
- value="Thu, 15 Apr 2020 20:00:00 GMT" />
- <control header="Last-Modified" remove="true" />
- </cache-control>
- <templates>
- <template class="TeBkUmLpqAsyncRouter" file="fortunes.tpe" path="fortunes"/>
- </templates>
- </app>
|