Explorar el Código

[docker] Do not run gunicorn in container

Romain hace 5 años
padre
commit
963c69dc9e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tools/docker/hue/conf3/z-hue-overrides.ini

+ 2 - 2
tools/docker/hue/conf3/hue-overrides.ini → tools/docker/hue/conf3/z-hue-overrides.ini

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