I transfer my website to new webserver, without assets. I have flolowing links: site.com/img/image.png
on new website but now, it's got 404 error
also I have old server with images on the same paths, it's look like old.site.com/img/image.png
I have two options:
- use proxy_pass to get images by old paths from
old.site.com
- use redirect to redirect queries for images to
old.site.com
what way is more correct and faster?