Skip to content

Commit 339c4b4

Browse files
committedMar 7, 2022
Tiny commit to enable UWSGI
1 parent 0e9cc9e commit 339c4b4

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
 

‎uwsgi.ini

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
[uwsgi]
22
chdir=/media/Projects/ply
3-
module=ply.wsgi:applicaton
3+
module=ply.wsgi
44
env=DJANGO_SETTINGS_MODULE=ply.settings
55
socket=127.0.0.1:18001
66
processes=10
7-
uid=1000
8-
gid=1000
97
harakiri=20
108
max-requests=5000
119
vacuum=true
1210
home=/media/Projects/venv_pixel/
13-
daemonize=/tmp/ply.log
11+
#daemonize=/tmp/ply.log
12+

0 commit comments

Comments
 (0)
Please sign in to comment.