mercurial/web/templates/hgweb.nginx.conf.j2
changeset 195 da34c8d7511d
parent 56 59e94b4a91a2
--- a/mercurial/web/templates/hgweb.nginx.conf.j2	Sat Sep 10 15:18:24 2022 -0500
+++ b/mercurial/web/templates/hgweb.nginx.conf.j2	Sun Sep 11 14:08:17 2022 -0500
@@ -28,6 +28,6 @@
         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;
     }
 }