move to uwsgi.ini file instead of shell script
William Brown
3 years ago
0 | |
#!/bin/bash
|
1 | |
|
2 | |
uwsgi -s /tmp/apex.sock \
|
3 | |
--manage-script-name \
|
4 | |
--mount /=apex:app \
|
5 | |
--plugin python \
|
6 | |
--virtualenv /srv/apex.tokd.wtf/env
|
|
0 |
[uwsgi]
|
|
1 |
manage-script-name = True
|
|
2 |
mount = /=apex:app
|
|
3 |
plugin = python
|
|
4 |
virtualenv = /srv/apex.tokd.wtf/env
|
|
5 |
socket = /tmp/apex.sock
|
|
6 |
chmod-socket = 666
|