changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / caddy.json

changeset 80: 0f673f872518
parent: c499610c1d89
child: 97e6a117dd43
author: Richard Westhaver <ellis@rwest.io>
date: Sun, 28 Jul 2024 19:35:42 -0400
permissions: -rw-r--r--
description: caddy
1 {
2  "admin": {
3  "listen": ":2020"
4  },
5  "apps": {
6  "http": {
7  "http_port": 80,
8  "https_port": 443,
9  "servers": {
10  "web": {
11  "automatic_https": {
12  "disable": true
13  },
14  "listen": [ ":8080" ],
15  "routes": [
16  {
17  "handle": [
18  {
19  "browse": {},
20  "handler": "file_server",
21  "root": "/home/web/www/"
22  }
23  ]
24  }
25  ]
26  }
27  }
28  }
29  }
30 }