mirror of
https://github.com/caddyserver/caddy.git
synced 2024-11-29 12:16:16 +08:00
d6d7511699
* httpcaddyfile: Change the parse rules when empty file or dotfile with a glob. * Fixes #5295 * Empty file should just log a warning, and result in no tokens. * The last segment of the path is '*', it should skip any dotfiles. * The last segment of the path is '.*', it should read all dotfiles in a dir. * httpcaddyfile: Regard empty files as import files which include only white space. |
||
---|---|---|
.. | ||
glob | ||
empty.txt | ||
import_args1.txt | ||
import_args0.txt | ||
import_glob1.txt | ||
import_glob2.txt | ||
import_glob0.txt | ||
import_recursive1.txt | ||
import_recursive2.txt | ||
import_recursive3.txt | ||
import_recursive0.txt | ||
import_test1.txt | ||
import_test2.txt | ||
only_white_space.txt |