'How to set shiny-server default page/url

I have 3 different shiny apps on my shiny-server:

http://123.45.678.910/cats/
http://123.45.678.910/dogs/
http://123.45.678.910/birds/

They are in /srv/shiny-server/ as 3 different folders:

/srv/shiny-server/cats/
/srv/shiny-server/dogs/
/srv/shiny-server/birds/

How do I make cats the default? Meaning, http://123.45.678.910 goes to the cats page.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source