when installing from pip python plugin is embedded in the binary

so plugin config is not required.

Change-Id: I8d0be8221a649b49989cc68d89728c48fb52bdab
This commit is contained in:
Sumit Jamgade 2018-09-28 16:11:16 +02:00
parent 2b45672471
commit 023616aca4
1 changed files with 0 additions and 1 deletions

View File

@ -284,7 +284,6 @@ function configure_uwsgi_freezer_api_app {
iniset $FREEZER_API_UWSGI_CONF 'uwsgi' socket /var/run/uwsgi/freezer-api-wsgi.socket
iniset $FREEZER_API_UWSGI_CONF 'uwsgi' chmod-socket 666
iniset $FREEZER_API_UWSGI_CONF 'uwsgi' lazy-apps true
iniset $FREEZER_API_UWSGI_CONF 'uwsgi' plugins python
iniset $FREEZER_API_UWSGI_CONF 'uwsgi' enable-threads true
# Set die-on-term & exit-on-reload so that uwsgi shuts down