From eb91f4a560acfb2960b2909b0ef3744f8b58c0a9 Mon Sep 17 00:00:00 2001 From: acidsploit Date: Thu, 8 Mar 2018 11:07:22 +0100 Subject: [PATCH] Update raspbian.sh instructions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 30043e0..d3f109a 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,10 @@ A simple script (raspbian.sh) to deploy pyxpub on a fresh Raspbian installation. Access pyxpub through your raspberry pi ip address. Example: http://192.168.1.15 +Monitor the process: + + sudo tail -f /var/log/uwsgi/app/pyxpub.log + ## Installation Linux (uWSGI + NGINX) __install nginx, uwsgi and uwsgi python plugin__