Method: Thin::Server#config
- Defined in:
- lib/thin/server.rb
#config ⇒ Object
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 |