Details
-
Type: Task
-
Status: Closed
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: AMPPZ 2013
-
Fix Version/s: Near Future
-
Component/s: OIOIOI
-
Labels:None
Ex.
= Settings.py:
# To enable you must install ...
UWSGI_USE_GEVENT = False
= supervisord.conf:
[program:uwsgi]
{% if UWSGI_USE_GEVENT %}
command = ...
{% else %}
{% endif %}