plone / plone.recipe.zope2instance

zc.buildout recipe to setup and configure a Zope 2 instance.
https://pypi.org/project/plone.recipe.zope2instance
6 stars 23 forks source link

Ability to specify a different WSGI .ini file #90

Closed dataflake closed 5 years ago

dataflake commented 5 years ago

Right now the recipe only knows the setting wsgi, which can be on or off, and which will create and use a default waitress-based configuration in the respective parts' etc folder.

I propose extending the wsgi option to support having a file path as value in addition to just on/off. Then it would be really easy to support other PasteDeploy-aware WSGI servers without much fuss. In that case it would be the user's responsibility to create the .ini.

I'll take a shot at implementing that.