标签: ruby-on-rails heroku
是否可以配置Procfile以支持多个Web端点(通过端口或子域)?类似的东西:
Procfile
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb admin: bundle exec unicorn -p $ALT_PORT -c ./config/admin/unicorn.rb