Correct Caddyfile formatting

Running 'caddy validate' on included Caddyfile triggered the warning:
Caddyfile input is not formatted;
run 'caddy fmt --overwrite' to fix inconsistencies
{"adapter": "caddyfile", "file": "Caddyfile", "line": 12}

This fix removes the empty line (at line 12) and the validation will
no longer complain.

Fixing https://gitlab.archlinux.org/archlinux/packaging/packages/caddy/-/issues/5
This commit is contained in:
Dan Andresan
2025-05-22 12:39:22 +02:00
parent 773d290185
commit 0fd3e1d543
3 changed files with 2 additions and 3 deletions

View File

@ -9,7 +9,6 @@
# domain name.
#
# https://caddyserver.com/docs/caddyfile/concepts#addresses
{
{
# Restrict the admin interface to a local unix file socket whose directory
# is restricted to caddy:caddy. By default the TCP socket allows arbitrary