application.xml 928 B

123456789101112131415161718192021222324
  1. <app router="TeBkUmMgrRouter">
  2. <cors-config>
  3. <allow-origins>*</allow-origins>
  4. <allow-methods>GET, POST, HEAD, PUT, DELETE</allow-methods>
  5. <allow-headers>content-type, origin</allow-headers>
  6. <expose-headers>content-type, origin</expose-headers>
  7. <allow-credentials>true</allow-credentials>
  8. <max-age>1023</max-age>
  9. </cors-config>
  10. <cache-control>
  11. <control ext="png,css,js,jpeg,jpg,gif" header="Cache-Control"
  12. value="max-age=290304000, public" />
  13. <control ext="txt,xml,json" header="Cache-Control"
  14. value="max-age=172800, public, must-revalidate" />
  15. <control ext="html,html" header="Cache-Control"
  16. value="max-age=7200, must-revalidate" />
  17. <control file="video.mov" header="Expires"
  18. value="Thu, 15 Apr 2020 20:00:00 GMT" />
  19. <control header="Last-Modified" remove="true" />
  20. </cache-control>
  21. <templates>
  22. <template class="TeBkUmMgrRouter" file="fortunes.tpe" path="fortunes"/>
  23. </templates>
  24. </app>