aquariumbio / aquarium

The Aquarium Lab Operating System
http://klavinslab.org/aquaverse/
MIT License
58 stars 15 forks source link

v2_hybrid: set up nginx so that v3 urls point to the v3 app and v2 urls point to the v2 app (Ben) #553

Open gnomicosuw opened 3 years ago

gnomicosuw commented 3 years ago

This is related to issue 551.

Set up a master list of routes so that nginx redirects each one to the appropriate application. (Perhaps have specific routes go to v3 and all other routes go to v2? That way as we implement new pages in v3 we just update the list. Then when we are "done" we just have all routes go to v3...)