質問編集履歴
1
誤字修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -62,7 +62,7 @@
|
|
62
62
|
User=puser
|
63
63
|
Group=pgroup
|
64
64
|
WorkingDirectory=/home/puser/myp/myproject
|
65
|
-
ExecStart=/home/puser/myp/env/bin/gunicorn --access-logfile - --workers 3 --bind unix:/home/puser/
|
65
|
+
ExecStart=/home/puser/myp/env/bin/gunicorn --access-logfile - --workers 3 --bind unix:/home/puser/myp/myproject/myproject.sock myproject.wsgi:application
|
66
66
|
|
67
67
|
[Install]
|
68
68
|
WantedBy=multi-user.target
|