Nginx redirects
- by Ibrahim Hussein
Let's say i have a virtual host in Nginx wtih name www.domain.com and root directory named public. Inside public i have 2 dirs dir1 and dir2. How i redirect the request to www.domain.com to dir1?
I know it's a simple question, but i am new to nginx.