# HG changeset patch # User Richard Westhaver # Date 1722207881 14400 # Node ID 55c2ee64e8439469cb0b653bdba1d3d26b7aa7f5 # Parent d9f9e108c36cb60eb74356c80f2d2d383a3ea48a caddy diff -r d9f9e108c36c -r 55c2ee64e843 caddy.json --- a/caddy.json Sun Jul 28 19:00:48 2024 -0400 +++ b/caddy.json Sun Jul 28 19:04:41 2024 -0400 @@ -2,66 +2,6 @@ "admin": { "listen": ":2020" }, - "logging": { - "logs": { - "default": { - "exclude": [ - "http.log.access.log0", - "http.log.access.log1", - "http.log.access.log2", - "http.log.access.log3" - ] - }, - "log0": { - "writer": { - "filename": "/home/web/.stash/log/caddy/caddy.log", - "output": "file" - }, - "encoder": { - "format": "json" - }, - "include": [ - "http.log.access.log0" - ] - }, - "log1": { - "writer": { - "filename": "/home/web/.stash/log/caddy/caddy.log", - "output": "file" - }, - "encoder": { - "format": "json" - }, - "include": [ - "http.log.access.log1" - ] - }, - "log2": { - "writer": { - "filename": "/home/web/.stash/log/caddy/caddy.log", - "output": "file" - }, - "encoder": { - "format": "json" - }, - "include": [ - "http.log.access.log2" - ] - }, - "log3": { - "writer": { - "filename": "/home/web/.stash/log/caddy/caddy.log", - "output": "file" - }, - "encoder": { - "format": "json" - }, - "include": [ - "http.log.access.log3" - ] - } - } - }, "apps": { "http": { "servers": { @@ -1143,33 +1083,6 @@ } } } - }, - "tls": { - "automation": { - "policies": [ - { - "subjects": [ - "packy.compiler.company", - "demo.compiler.company", - "cdn.compiler.company", - "the.compiler.company", - "hg.compiler.company", - "compiler.company" - ], - "issuers": [ - { - "email": "ellis@rwest.io", - "module": "acme" - }, - { - "ca": "https://acme.zerossl.com/v2/DV90", - "email": "ellis@rwest.io", - "module": "acme" - } - ] - } - ] - } } } }