Commit 28b3c385 authored by sim's avatar sim

[CONF] Support external install of uWSGI

parent 156959e3
...@@ -22,6 +22,8 @@ print = [uWSGI] launched from virtualenv %(_) ...@@ -22,6 +22,8 @@ print = [uWSGI] launched from virtualenv %(_)
virtualenv = %(_) virtualenv = %(_)
endif = endif =
# needed to run uwsgi when it was not installed with pipenv
plugins = python35
# unix socket is better than TCP one, there is less overhead # unix socket is better than TCP one, there is less overhead
socket = /tmp/gargantext.sock socket = /tmp/gargantext.sock
chmod-socket = 664 chmod-socket = 664
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment