diff --git a/pinhole.md b/pinhole.md index 37bea40c2..bdd155443 100644 --- a/pinhole.md +++ b/pinhole.md @@ -38,3 +38,17 @@ location / { uwsgi_param UWSGI_THREADS 5; } ``` + +- Set up uwsgi. I created the following uwsgi.ini and ./run-uwsgi.sh scripts: + +``` +> +> +``` + +``` +> +> +``` + +Run :)