Как сделать 301 редирект чтобы добавить www (nginx)
if ($host = ‘www.domain.com’ ) {
rewrite ^(.*)$ http://domain.com$1 permanent;
}
пишет Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
кто знает решение?!
Источник:dle-faq.pro, DLE