25 lines
600 B
Diff
25 lines
600 B
Diff
From af4cb1a8f4b898e94d67020a7425d781e28013f5 Mon Sep 17 00:00:00 2001
|
|
From: rabbitali <shusheng.wen@outlook.com>
|
|
Date: Mon, 5 Jun 2023 23:48:03 +0800
|
|
Subject: [PATCH] update uwsgi.ini generation function
|
|
|
|
---
|
|
aops-vulcanus | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/aops-vulcanus b/aops-vulcanus
|
|
index dea2b61..ce63dbd 100644
|
|
--- a/aops-vulcanus
|
|
+++ b/aops-vulcanus
|
|
@@ -67,7 +67,6 @@ callable=app
|
|
http-timeout=${http_timeout}
|
|
harakiri=${harakiri}
|
|
processes=${processes}
|
|
-lazy-apps=true
|
|
daemonize=${daemonize}" >"${OUT_PATH}"/"${service_name}".ini
|
|
if [ ${gevent} ]
|
|
then
|
|
--
|
|
Gitee
|
|
|