是否可以配置 aProcfile
以支持多个 Web 端点(通过端口或子域)?就像是:
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
admin: bundle exec unicorn -p $ALT_PORT -c ./config/admin/unicorn.rb
是否可以配置 aProcfile
以支持多个 Web 端点(通过端口或子域)?就像是:
web: bundle exec unicorn -p $PORT -c ./config/unicorn.rb
admin: bundle exec unicorn -p $ALT_PORT -c ./config/admin/unicorn.rb