Sfoglia il codice sorgente

[docker] Do not run gunicorn in container

Romain 5 anni fa
parent
commit
963c69dc9e
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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