Syntax: | include |
---|---|
Default: | — |
Context: | any |
Includes another file
, or files matching the specified mask
, into configuration. Included files should consist of syntactically correct directives and blocks.
Usage example:
1 2 | include mime.types; include vhosts/*.conf; |
Please login to continue.