Method: Thin::Server#config

Defined in:
lib/thin/server.rb

#configObject

Configure the server

The process might need to have superuser privilege to configure server with optimal options.



184
185
186
# File 'lib/thin/server.rb', line 184

def config
  @backend.config
end