Goal: Have some static content, served by Nginx, but it requires an authenticated user. User auth is through Rails.
Project structure: The actual static files are in /home/vagrant/docs/ The browser will use the URL /help/* to access this content
The Ruby bits:
RAILS_ENV=production rails server
is used to start a WEBrick on port 3000.
config/environments/production.rb