私は CDN (Amazon Cloudfront) を使用しており、CDN で動作するように play を構成しようとしています。
GET xxxxxxxxx.cloudfront.net/*file controllers.Assets.at(path="",file)
このアプローチの問題は、私の画像のURLが次のようになることです
http://localhost:9000/xxxxxxxxxxxxxxx.cloudfront.net/images/Ascalon_Wall_Ruins.jpg
を削除する必要がありますhttp://localhost:9000/
どうすればこれを行うことができますか?