diff options
| author | Luke Hoersten <[email protected]> | 2022-09-11 14:08:17 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2022-09-11 14:08:17 -0500 |
| commit | 1d5bd68a5548df8d84681780c924552f03066ac5 (patch) | |
| tree | 3d90186f36439b3eb8f3b5618ac3f49f4dcbe285 /mercurial/web/templates/hgweb.ini.j2 | |
| parent | c018dfc1e906811e6b0b508db621104c1908aa27 (diff) | |
Fixed uwsgi hosting for src.nth.io.
Diffstat (limited to 'mercurial/web/templates/hgweb.ini.j2')
| -rw-r--r-- | mercurial/web/templates/hgweb.ini.j2 | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mercurial/web/templates/hgweb.ini.j2 b/mercurial/web/templates/hgweb.ini.j2 index efa0901..b3927df 100644 --- a/mercurial/web/templates/hgweb.ini.j2 +++ b/mercurial/web/templates/hgweb.ini.j2 @@ -3,9 +3,7 @@ processes = 2 max-requests = 10240 max-requests-delta = 1024 max-worker-lifetime = 604800 -socket = unix:/run/uwsgi/app/hgweb/socket + chdir = {{mercurial_uwsgi_root}} wsgi-file = hgweb.wsgi -uid = www-data -gid = www-data plugins = python3 |
