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.
193 194 195 |
# File 'lib/thin/server.rb', line 193 def config @backend.config end |