Nginx Redirect Generator

Nginx return/rewrite location blocks.

TXT100% in-browser

Runs entirely in your browser. Nothing you type is uploaded — SEODock has no server to send it to.

Nginx rules

old → new
nginx config
location = /old-page {
    return 301 /new-page;
}

Related tools

Frequently asked questions