How to serve static files to Dockerized Angular apps on the same domain using Nginx and Traefik?
What I’d like to do is have 2 Angular apps on the same domain, but serve different files for different paths. For example, browsing to “app1/” will show different content than that on the “app1/test” path. Note: these are default…