Ask A Question

Notifications

You’re not receiving notifications from this thread.

Host sets website root to rails 6 public folder... why?

Soppi asked in Servers

Hello.
My host service sets website root at my rails 6 app public folder.
This results in rendering the static public/index.html instead of root 'pages#index' each time i visit the website url.
If i delete the public/index.html the website hangs with 403 Forbidden message.
Obviously it tries to find an index file inside the public folder and it fails.

How do i fix this?
Is it on the rails level or on apache/nginx/phusion passenger settings?

Plesk Obsidian, Ruby 2.6.3, Rails 6.1.4.1 in production mode.

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,464+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.