hello, I have an app under /var/www/admin/dist: index.html bundle.js static/ and a bunch of files under static/ i need nginx to get these files when I access https://somesite.net/admin/, not files from /admin. is that possible? thanks.