You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 30, 2020. It is now read-only.
William Johnston edited this page Jun 13, 2018
·
2 revisions
Rails will normally set up a directory structure with a public/ directory at the root. This is where the public config line needs to point.
For example, if you have set up a default WebFaction Rails install called myapp, you will probably use public = "/home/myuser/webapps/myapp/myapp/public".
If you use Capistrano, you need to add the current/ symlink to the path, e.g. public = "/home/myuser/webapps/myapp/current/public".