#nginx proxy_pass an URI to another server with a different URI
Nginx can be used very nicely to aggregate resources after the same fronted by using it as a proxy. I want my set-up to be like: URL1: https://blog.voina.be -> nas1 hosted wordpress URL2: https://blog.voina.be/store -> nas2 hosted store with URL https://nas/store URL3: https://blog.voina.be/doc -> nas4 hosted wiki with URL https://nas4/wiki How can we do this… Read More »