changelog shortlog graph tags branches files raw help

Mercurial > infra / changeset: add wsgi support for caddy

changeset 285: e3f30a0836d1
parent 284: 71ac00213ae3
child 286: b83f6ec89f5d
author: Richard Westhaver <ellis@rwest.io>
date: Mon, 17 Jun 2024 20:24:52 -0400
files: skelfile
description: add wsgi support for caddy
     1.1--- a/skelfile	Mon Jun 17 20:17:45 2024 -0400
     1.2+++ b/skelfile	Mon Jun 17 20:24:52 2024 -0400
     1.3@@ -68,7 +68,7 @@
     1.4         #$cd .stash/src/linux && make mrproper -j &&
     1.5         zcat /proc/config.gz > .config && yes N | make localmodconfig$#)
     1.6  (xcaddy () #$go install github.com/caddyserver/xcaddy/cmd/xcaddy@latest$#)
     1.7- (caddy-webdav (xcaddy) #$xcaddy build --output .stash/caddy --with github.com/mholt/caddy-webdav$#)
     1.8+ (caddy (xcaddy) #$CGO_ENABLED=1 xcaddy build --output .stash/bin/caddy --with github.com/mholt/caddy-webdav --with github.com/mliezun/caddy-snake$#)
     1.9  (rust () #$scripts/get-rust.sh$#)
    1.10  (rust-docs (rust) #$cd .stash/src/rust && ./x doc$#)
    1.11  (ublk () #$scripts/get-ublksrv.sh$#