changelog shortlog graph tags branches files raw help

Mercurial > infra > home / changeset: caddy

changeset 78: 55c2ee64e843
parent 77: d9f9e108c36c
child 79: c499610c1d89
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 28 Jul 2024 19:04:41 -0400
files: caddy.json
description: caddy
     1.1--- a/caddy.json	Sun Jul 28 19:00:48 2024 -0400
     1.2+++ b/caddy.json	Sun Jul 28 19:04:41 2024 -0400
     1.3@@ -2,66 +2,6 @@
     1.4   "admin": {
     1.5     "listen": ":2020"
     1.6   },
     1.7-  "logging": {
     1.8-    "logs": {
     1.9-      "default": {
    1.10-        "exclude": [
    1.11-          "http.log.access.log0",
    1.12-          "http.log.access.log1",
    1.13-          "http.log.access.log2",
    1.14-          "http.log.access.log3"
    1.15-        ]
    1.16-      },
    1.17-      "log0": {
    1.18-        "writer": {
    1.19-          "filename": "/home/web/.stash/log/caddy/caddy.log",
    1.20-          "output": "file"
    1.21-        },
    1.22-        "encoder": {
    1.23-          "format": "json"
    1.24-        },
    1.25-        "include": [
    1.26-          "http.log.access.log0"
    1.27-        ]
    1.28-      },
    1.29-      "log1": {
    1.30-        "writer": {
    1.31-          "filename": "/home/web/.stash/log/caddy/caddy.log",
    1.32-          "output": "file"
    1.33-        },
    1.34-        "encoder": {
    1.35-          "format": "json"
    1.36-        },
    1.37-        "include": [
    1.38-          "http.log.access.log1"
    1.39-        ]
    1.40-      },
    1.41-      "log2": {
    1.42-        "writer": {
    1.43-          "filename": "/home/web/.stash/log/caddy/caddy.log",
    1.44-          "output": "file"
    1.45-        },
    1.46-        "encoder": {
    1.47-          "format": "json"
    1.48-        },
    1.49-        "include": [
    1.50-          "http.log.access.log2"
    1.51-        ]
    1.52-      },
    1.53-      "log3": {
    1.54-        "writer": {
    1.55-          "filename": "/home/web/.stash/log/caddy/caddy.log",
    1.56-          "output": "file"
    1.57-        },
    1.58-        "encoder": {
    1.59-          "format": "json"
    1.60-        },
    1.61-        "include": [
    1.62-          "http.log.access.log3"
    1.63-        ]
    1.64-      }
    1.65-    }
    1.66-  },
    1.67   "apps": {
    1.68     "http": {
    1.69       "servers": {
    1.70@@ -1143,33 +1083,6 @@
    1.71           }
    1.72         }
    1.73       }
    1.74-    },
    1.75-    "tls": {
    1.76-      "automation": {
    1.77-        "policies": [
    1.78-          {
    1.79-            "subjects": [
    1.80-              "packy.compiler.company",
    1.81-              "demo.compiler.company",
    1.82-              "cdn.compiler.company",
    1.83-              "the.compiler.company",
    1.84-              "hg.compiler.company",
    1.85-              "compiler.company"
    1.86-            ],
    1.87-            "issuers": [
    1.88-              {
    1.89-                "email": "ellis@rwest.io",
    1.90-                "module": "acme"
    1.91-              },
    1.92-              {
    1.93-                "ca": "https://acme.zerossl.com/v2/DV90",
    1.94-                "email": "ellis@rwest.io",
    1.95-                "module": "acme"
    1.96-              }
    1.97-            ]
    1.98-          }
    1.99-        ]
   1.100-      }
   1.101     }
   1.102   }
   1.103 }