Python How not to do pip requirements If you’re working on a Python application, you’re probably using pip, and thus will need a requirements.txt file along the way to handle your project dependencies (when deploying your application
Unix Set up Supervisor Web UI behind nginx with tail function working Supervisor (aka supervisord) is a well-known UNIX process control system. It also includes a Web UI, allowing you to list current processes, start/stop them, tail their logs… Set up the UI behind
Unix CORS and If Is Evil: « if » directives in nginx configuration files While trying to configure nginx to allow Cross-Origin Resource Sharing (CORS), I stumbled upon a nasty but well-known nginx bug: If Is Evil. In short: Do not use if directives in a location