summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRahil Bhimjiani <me@rahil.rocks>2024-01-11 01:51:16 +0530
committerJoonas Niilola <juippis@gentoo.org>2024-02-23 14:53:41 +0200
commit124ee5e14265e06ce3fa577159a7876e981cd8ba (patch)
tree4d4d0da5e7149d4a903a9c010f41a38eccda97f5 /www-servers/caddy/files/caddy_config.json
parentdev-util/promu: drop 0.13.0 and 0.14.0 (diff)
downloadgentoo-124ee5e14265e06ce3fa577159a7876e981cd8ba.tar.gz
gentoo-124ee5e14265e06ce3fa577159a7876e981cd8ba.tar.bz2
gentoo-124ee5e14265e06ce3fa577159a7876e981cd8ba.zip
www-servers/caddy: drop 2.7.4 and 2.7.5
Signed-off-by: Rahil Bhimjiani <me@rahil.rocks> Closes: https://github.com/gentoo/gentoo/pull/34744 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'www-servers/caddy/files/caddy_config.json')
-rw-r--r--www-servers/caddy/files/caddy_config.json31
1 files changed, 0 insertions, 31 deletions
diff --git a/www-servers/caddy/files/caddy_config.json b/www-servers/caddy/files/caddy_config.json
deleted file mode 100644
index 80918a3254fa..000000000000
--- a/www-servers/caddy/files/caddy_config.json
+++ /dev/null
@@ -1,31 +0,0 @@
-{
- "admin": {
- "disabled": true
- },
- "apps": {
- "http": {
- "servers": {
- "static": {
- "idle_timeout": 30000000000,
- "listen": [
- ":80"
- ],
- "logs": {},
- "max_header_bytes": 10240,
- "read_header_timeout": 10000000000,
- "routes": [
- {
- "handle": [
- {
- "browse": {},
- "handler": "file_server",
- "root": "/var/www/localhost/htdocs"
- }
- ]
- }
- ]
- }
- }
- }
- }
-}