How do i redirect the landing page to admin

System Information
  • Strapi Version: 4.0.7
  • Operating System: windows
  • Database: postgresql
  • Node Version: 12.13
  • NPM Version: 6.12
  • Yarn Version:

i am fairly new to strapi. I am trying to redirect the landing page to admin login page.


Hi,

You can achieve by adding /admin/ to end of the url.

Example: <strapiUrl>/admin/

i meant the landing page to be redirected automatically to admin route

i was able to get it done . thank you!

How did you manage to do it?

Nginx Proxying - Strapi Developer Docs

How you did it? Can you please explain. I want to achieve same.