src.nth.io/

summaryrefslogtreecommitdiff
path: root/mercurial/web/templates/hgweb.nginx.conf.j2
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2022-09-11 14:08:17 -0500
committerLuke Hoersten <[email protected]>2022-09-11 14:08:17 -0500
commit1d5bd68a5548df8d84681780c924552f03066ac5 (patch)
tree3d90186f36439b3eb8f3b5618ac3f49f4dcbe285 /mercurial/web/templates/hgweb.nginx.conf.j2
parentc018dfc1e906811e6b0b508db621104c1908aa27 (diff)
Fixed uwsgi hosting for src.nth.io.
Diffstat (limited to 'mercurial/web/templates/hgweb.nginx.conf.j2')
-rw-r--r--mercurial/web/templates/hgweb.nginx.conf.j22
1 files changed, 1 insertions, 1 deletions
diff --git a/mercurial/web/templates/hgweb.nginx.conf.j2 b/mercurial/web/templates/hgweb.nginx.conf.j2
index fbe6d21..eb00b16 100644
--- a/mercurial/web/templates/hgweb.nginx.conf.j2
+++ b/mercurial/web/templates/hgweb.nginx.conf.j2
@@ -28,6 +28,6 @@ server {
uwsgi_param SCRIPT_NAME /;
uwsgi_param AUTH_USER $remote_user;
uwsgi_param REMOTE_USER $remote_user;
- uwsgi_pass unix:/run/uwsgi/app/hgweb/socket;
+ uwsgi_pass unix:/var/run/uwsgi/hgweb.socket;
}
}