Explorar o código

[docker] Switch to gunicorn sync

Cherrypy here is too old to work with Python 3
Romain Rigaux %!s(int64=4) %!d(string=hai) anos
pai
achega
d33b19113f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tools/docker/hue/conf3/z-hue-overrides.ini

+ 1 - 1
tools/docker/hue/conf3/z-hue-overrides.ini

@@ -22,7 +22,7 @@
   app_blacklist=search,hbase,security
 
   # Use gunicorn or not
-  use_cherrypy_server=true
+  use_cherrypy_server=false
 
   # Gunicorn work class: gevent or evenlet, gthread or sync.
   gunicorn_work_class=sync