質問編集履歴
1
誤字修正
test
CHANGED
File without changes
|
test
CHANGED
@@ -126,7 +126,7 @@
|
|
126
126
|
|
127
127
|
WorkingDirectory=/home/puser/myp/myproject
|
128
128
|
|
129
|
-
ExecStart=/home/puser/myp/env/bin/gunicorn --access-logfile - --workers 3 --bind unix:/home/puser/myp
|
129
|
+
ExecStart=/home/puser/myp/env/bin/gunicorn --access-logfile - --workers 3 --bind unix:/home/puser/myp/myproject/myproject.sock myproject.wsgi:application
|
130
130
|
|
131
131
|
|
132
132
|
|