diff options
Diffstat (limited to 'app/uwsgi.ini')
| -rw-r--r-- | app/uwsgi.ini | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/app/uwsgi.ini b/app/uwsgi.ini index 829d185..c5a363c 100644 --- a/app/uwsgi.ini +++ b/app/uwsgi.ini @@ -2,13 +2,12 @@ processes = 1 threads = 4 -env = CUSTOM_CONFIG=config.yml +env = CUSTOM_CONFIG=/app/config.yml socket = 127.0.0.1:9200 module = wsgi:application -daemonize=uwsgi.log -pidfile=uwsgi.pid - -home = env +# daemonize=uwsgi.log +# pidfile=uwsgi.pid +# home = env |
