<div dir="ltr">Is it possible to forward / proxy WMS requests back to the source WMS service and serve tile requests through your cache?  Something like the following  <div><br></div><div><br></div><div> layers:</div><div>  - name: roads</div><div>    title: Roads</div><div>    sources: [roads_wms]</div><div>    tile_sources:[roads_cache]</div><div><br></div><div>sources:</div><div>  roads_wms:</div><div>    type: wms</div><div>    wms_opts:</div><div>      featureinfo: true</div><div>    req:</div><div>      url: <a href="http://mapserver/foo">http://mapserver/foo</a>?</div><div>      layers: road_layer</div><div><br></div><div>caches:</div><div>  roads_cache:</div><div>    sources: [roads_wms]</div><div>    grids: ['GLOBAL_MERCATOR']</div><div>    meta_size: [8, 8]</div><div>    meta_buffer: 256</div><div>    cache:</div><div>     type: file</div><div>     directory_layout: tms</div><div>     directory: /mycaches/</div><div>    </div><div><br></div><div>Any WTMS TMS request would use the tile_sources but WMS request would use the sources? </div><div><br></div></div>