From e2b310460e1a3f43de181620c426fdcf0dc003b8 Mon Sep 17 00:00:00 2001 From: Alexhaoge <1810064@mail.nankai.edu.cn> Date: Mon, 1 Feb 2021 11:03:51 +0800 Subject: [PATCH] Update 51datajobs.conf --- 51datajobs.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/51datajobs.conf b/51datajobs.conf index fa71e6c..c21ab84 100644 --- a/51datajobs.conf +++ b/51datajobs.conf @@ -2,7 +2,7 @@ # the upstream component nginx needs to connect to upstream django { - server ; # for a file socket + server unix:///home/nkustat/nkustat.sock; # for a file socket server 127.0.0.1:9090; # for a web port socket (we'll use this first) } # configuration of the server