Skip to content

Commit

Permalink
Docs change
Browse files Browse the repository at this point in the history
  • Loading branch information
FileGo committed May 25, 2022
1 parent 768057e commit 3fb5ebb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,14 @@ volumes:

#### Multiple configuration files

For complex setups, splitting the configuration between multiple YAML files might be desired. In this case, folder containing YAML files is passed on startup, Blocky will join all the files in alphabetic order and load the configuration.
For complex setups, splitting the configuration between multiple YAML files might be desired. In this case, folder containing YAML files is passed on startup, Blocky will join all the files.

`./blocky --config ./config/`

!!! warning

Blocky simply joins the multiple YAML files. If a directive (e.g. `upstream`) is repeated in multiple files, the configuration will not load and start will fail.

## Other installation types

!!! warning
Expand Down

0 comments on commit 3fb5ebb

Please sign in to comment.