O
O
ochumelec2014-09-26 16:54:19
PHP
ochumelec, 2014-09-26 16:54:19

Is it possible to transfer static to another server without changing the domain for it?

There is a site on which there are a lot of pictures (~ 50GB), you need to transfer them (physically) to another server to unload the main one. But the SEO specialist does not allow this to be done, explaining that this is very bad for search engines, supposedly if they are placed on a subdomain like static.mysite.com, then part of the weight and trust will go to this domain.
The essence of the question:
is there any technical possibility to transfer pictures to another server at the same time, so that their path and domain do not change?
How realistic is it that some of the weight can go to another domain (even if it is a subdomain)?
How critical is it?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Burov, 2014-09-26
@ochumelec

in nginx add something like

location /images/ {
    proxy_pass http://static.server/;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question