changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > infra > home / hgweb.ini

changeset 100: fe05caa56afc
parent: d25f982fb8a6
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 [uwsgi]
2 master = true
3 # max-requests = 1000
4 # logto = {log file path}/hgweb-uwsgi.log
5 uid = vc # set process owner
6 gid = vc
7 stats = /run/vc/stats.sock
8 chmod-socket = 666
9 cap = setgid,setuid
10 # https://www.mercurial-scm.org/wiki/PublishRepositoriesOnNginx
11 plugins = python
12 socket = /run/vc/hgweb.sock
13 chdir = /home/vc/
14 wsgi-file = hgweb.wsgi
15 # https://stackoverflow.com/questions/15878176/uwsgi-invalid-request-block-size
16 # http://uwsgi-docs.readthedocs.io/en/latest/ThingsToKnow.html
17 # buffer-size = 65535