Viewing 1 replies (of 1 total)
  • You may add the following rewrite at the top of every other rewrite or location blocks in Nginx configuration, assuming ‘admin’ is your preferred URL…

    rewrite "^/admin/?$" "/wp-login.php" last;

    Please replace ‘admin’ with whatever you choose. I hope that helps!

Viewing 1 replies (of 1 total)

The topic ‘nginx support?’ is closed to new replies.