Answer the question
In order to leave comments, you need to log in
Rewrites on CDN in Nginx, or in advance in html?
I saw on the Internet Sysoev's answer to someone's question about rewriting on CDN
location ~* ^.+.(jpe?g|gif|css|png|js|ico)$ {
rewrite ^ http://http.cdnlayer.com/contentfolder$request_uri?
permanent;
access_log off;
}
Answer the question
In order to leave comments, you need to log in
Про кэширование не скажу, но редиректы - зло. Медленней загружается страница. Поисковики не любят редиректы - это лишь временная мера при изменении путей.
Получается, нужно оставить редирект для уже проиндексированных изображений. А в самом HTML указывать новые пути на CDN.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question