Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Other Nginx Redirect Reply To: Nginx Redirect

#186004
Alen
Participant

Try


location / {
    rewrite ^(.*)$ http://www.domain.me/$1 redirect;
}