This website requires JavaScript.
Explore
Help
Sign In
OrgGo
/
caddy
mirror of
https://github.com/caddyserver/caddy.git
Watch
1
Star
0
Fork
You've already forked caddy
0
Code
Issues
Projects
Releases
Wiki
Activity
e96aafe1ca
caddy
/
caddyconfig
/
caddyfile
/
testdata
/
only_white_space.txt
8 lines
13 B
Plaintext
Raw
Normal View
History
Unescape
Escape
httpcaddyfile: Warn on importing empty file; skip dotfiles (#5320) * 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.
2023-01-22 01:22:36 +08:00