stack/erp5,software/slapos-master: remove unused traces of wsgi parameter
This parameter no longer exists, this was not removed correctly
Showing
-
Owner
Sample:
stack/erp5/buildout.cfg:# with-max-rlimit-nofile option of zopewsgi is disabled in ERP5 stack/erp5/buildout.cfg: runwsgi=Products.ERP5.bin.zopewsgi:runwsgi stack/erp5/buildout.cfg: runwsgi stack/erp5/instance-zope.cfg.in: '{{ bin_directory }}/runwsgi'
... and also remove the suport from erp5 bin...
-
Owner
waitress / wsgi is the default since a few years. We use to have this option which allowed us to set wsgi=False and use ZServer instead. Nowadays we no longer have this option, only wsgi/waitress is used (ZServer does not support python3)
Please register or sign in to comment