basically an server instance is running at
somesite.com/production/folder/here?param=here&count=1
I want to point someite.com/demo
to /production/folder/here
so when user types somesite.com/production/demo?param=here
it will work without redirecting to /production/folder/here
If you need to use
try_files
inside/demo
you'll need to replacealias
with aroot
and do a rewrite because of the bug explained here