Include

Use the include option to load additional files to be evaluated within the current configuration context. You can use this option to split a large configuration file into multiple smaller files.

Files required using include are also subject to auto-reloading, when using the auto_reload_config option.

Examples

Itsi.rb
include "middleware"
include "logging"
Itsi.rb
include "concurrency"
include "security"