mirror of
https://github.com/caddyserver/caddy.git
synced 2025-07-09 03:04:57 -04:00
Fix dangling comma
parent
6d0d47f9d7
commit
b59e0b7b89
@ -12,7 +12,7 @@ This is an empty HTTP server, which responds on port 80 to any host, but with an
|
||||
"http": {
|
||||
"servers": {
|
||||
"myserver": {
|
||||
"listen": [":80"],
|
||||
"listen": [":80"]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user