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