Selaa lähdekoodia

[docker] Do not run gunicorn in container

Romain 5 vuotta sitten
vanhempi
commit
963c69dc9e
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  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