httpcaddyfile: Keep deprecated skip_log in directive order (#6153)

This commit is contained in:
Steffen Busch 2024-03-07 20:34:01 +01:00 committed by GitHub
parent 258d906140
commit c27425ef5d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -51,6 +51,7 @@ var defaultDirectiveOrder = []string{
"fs",
"root",
"log_append",
"skip_log", // TODO: deprecated, renamed to log_skip
"log_skip",
"header",