Skip to content

Instantly share code, notes, and snippets.

View avoinea's full-sized avatar
🇷🇴
The Sound of Silence

Alin Voinea avoinea

🇷🇴
The Sound of Silence
View GitHub Profile
@david-batranu
david-batranu / buildout.cfg
Last active September 19, 2017 09:26
plone-wsgi
# Install uwsgi>=2.0.15 (requires build-essential and python-dev)
# adding it to eggs should also work, assuming you have gcc
[buildout]
parts +=
instance
uwsgi-app
uwsgi-run
[uwsgi-run]