changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / Caddyfile

changeset 100: fe05caa56afc
parent: 39b9bcb13cad
author: Richard Westhaver <ellis@rwest.io>
date: Fri, 13 Sep 2024 17:40:42 -0400
permissions: -rw-r--r--
description: temporarily add getty override for systemd
1 {
2 admin off
3 }
4 http://rurik/packy/* {
5 reverse_proxy unix//run/fcgiwrap.sock {
6  transport fastcgi {
7  env SCRIPT_FILENAME /usr/lib/cgit/cgit.cgi
8  }
9 }
10 
11 handle_path /assets/* {
12  root * /usr/share/webapps/cgit
13  file_server
14 }
15 }