class Puma::DSL
def bind(url)
- See: Puma::Cluster#run -
See: Puma::Runner#load_and_bind -
Other tags:
- Example: Socket permissions -
Example: Disable optimization for low latency -
Example: SSL cert for mutual TLS (mTLS) -
Example: SSL cert -
Example: Backlog depth -
def bind(url) @options[:binds] ||= [] @options[:binds] << url end