I have content being served on foo.bar/@zaz (it is a PHP application)
I want the subdomain zaz.foo.bar, to serve the same contents.
I tried a rewrite, but that redirect users and I want to keep the original url on the client.
I tried proxy_pass but that doesn't allow path parmeters.
Is there a solution without changing the app?