-3

what is the ruby on rails server port range?

want to know the server port no range for ruby on rails . please guide me

how to run the multiple ports using same server? want to run the same application in the different server port number like 3000 , 3005

Marek Lipka
  • 50,622
  • 7
  • 87
  • 91
Jeyavel
  • 2,974
  • 10
  • 38
  • 48

1 Answers1

1
  • The port range very much depends on the underlying operating system. It has nothing to do with Ruby or Rails.
  • Do you want to run different instances with different port numbers or a single instance accessible from multiple ports? Either way you might want to look into setting up a proxy server in front of your instances (nginx can act as proxy for example).
Jiří Pospíšil
  • 14,296
  • 2
  • 41
  • 52