• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Question Correct installation location of Rails in Plesk server?

soppi

New Pleskian
Hello.
My hosting service can work with Ruby 2.6.3 and I decided to install Rails 6.1.4.1

I've set Ruby Application Root at httpdocs/myrailsapp
and Plesk automatically set website at httpdocs/myrailsapp/public

The thing though is that everytime i visit the website it renders the rails public folder index.html and not my rails app.
If i remove index.html the website hangs.

What is the correct location of the rails app? It doesn't make sense to set a website serve on a static folder.
 
For example, for your subdomain ruby.domain.tld in Hosting Settings, set Document root to ruby.domain.tld/myrailsapp/public
 
yes, that's how it is at the moment BUT it loads the static index.html inside the public folder and not the rails app.
If i remove the index.html the website hangs.
What do i do?
 
Back
Top