Julien Fabre
  • Home
  • Python
  • Unix

Unix

A collection of 2 posts

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

Julien Fabre
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

Julien Fabre
Julien Fabre © 2019