Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/docs/import.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import allows you to use configuration from another file. It gets replaced with

This is a unique directive in that `import` can appear outside of a server block. In other words, it can appear at the top of a Caddyfile where an address would normally be. Like other directives, however, it cannot be used inside of other directives.

Note that the the import path is relative to the Caddyfile, not the current working directory.
Note that the import path is relative to the Caddyfile, not the current working directory.

### Syntax

Expand Down