Ruby Application Webroot Location
Posted
by
Helius 06
on Server Fault
See other posts from Server Fault
or by Helius 06
Published on 2012-08-30T16:32:49Z
Indexed on
2012/08/31
9:40 UTC
Read the original article
Hit count: 365
I have inherited a ruby application at work and I am fairly new to ruby hosting environments. The application is hosted on a linux server but I am unable to find where the webroot is.
I have looked for /var/www which is the webroot for apache on linux for other applications I have been working with. But that location doesn't exist on this server.
I was looking through the folders on the server and got a feeling that it might be using Nginx+passenger. Could someone point me in the right direction where to look? Any help is greatly appreciated.
© Server Fault or respective owner