Skip to content

Instantly share code, notes, and snippets.

@Kapenaar
Kapenaar / thin.yml
Last active September 23, 2022 03:01
Default config file for thin web server with comments
### SERVER OPTIONS ###
## Bind Address
#address: HOST # Default: 0.0.0.0
## Bind port. If using multiple thin servers,
## they will bind to (PORT + n) where n is the server number
#port: PORT # Default: 3000