I'm using PageSpeed for my app; I see that my css files are being combined into one but it uses google static content https://1-ps.googleusercontent.com/sx/s....
I need to have this final file loaded from my cdn (Cloudfront with active mapping to the same origin). It works on normal pagespeed installations on nginx.
How do I rewrite domains for pagespeed optimized file which is being loaded from google static server?
Thanks.