Skip to content

Commit f943f7b

Browse files
author
jerryzhang
committed
up
1 parent 2082478 commit f943f7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Web服务器/django.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
uwsgi 配置模版:
44

55
[uwsgi]
6-
procname-prefix = [monitor]--
6+
procname-prefix = xxxxx # 进程前缀,方便 grep 区分
77
chdir = /data/${proj_name}
88
wsgi-file = ${proj_name}/wsgi.py
99
socket = 127.0.0.1:${port}

0 commit comments

Comments
 (0)