<div dir="ltr">Hello everyone,<div><br></div><div>This is my first time using one of these mailing lists, I apologize if I'm doing something wrong ahead of time.  Thank you for understanding.</div><div><br></div><div>My question is about NGINX Unit with PHP for a specific server configuration, namely with routing.  My environment is something like this:</div><div><br></div><div>I have a wordpress path in "/var/www/wordpress" that I want to be setup on the root of my domain like this "<a href="http://example.com/">http://example.com/</a>".  Along with that, I want another app such as "phpMyAdmin" which is located at "/var/www/phpMyAdmin".  I want this to be off the same server configuration, but to be ran from the domain like this "<a href="http://example.com/pma">http://example.com/pma</a>".</div><div><br></div><div>The server just tries to request a path like this: "/var/www/phpMyAdmin/pma" where the "pma" is coming from the URI.</div><div><br></div><div>Thanks!</div></div>