User Tools

Site Tools


nginx:uswgi

uWSGI with nginx on Raspian

Note: These instructions are out-of-date and may no longer be applicable.

This is a quick tutorial describing how to use uWSGI with nginx on Raspian.

apt-get install build-essential python python-dev uwsgi-plugin-ping uwsgi-plugin-rrdtool uwsgi-plugin-psgi \
  uwsgi-plugin-admin uwsgi-plugin-cache uwsgi-plugin-http

SmokePing fcgi config

$ pwd
/usr/share/nginx/www
$ cat smokeping.fcgi
#!/bin/sh
/usr/lib/cgi-bin/smokeping.cgi /etc/smokeping/config
nginx/uswgi.txt · Last modified: 2019-08-10 18:40 by gabriel