diff --git a/README.md b/README.md index 2e10465..18a3da4 100644 --- a/README.md +++ b/README.md @@ -31,5 +31,5 @@ Guide ### Deploy - uwsgi --ini uwsgi.ini + uwsgi --ini config/uwsgi.ini # proxy to 127.0.0.1:9001 diff --git a/uwsgi.ini b/config/uwsgi.ini similarity index 100% rename from uwsgi.ini rename to config/uwsgi.ini diff --git a/requirements.txt b/requirements.txt index 921a6ae..ab793fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,3 +3,4 @@ Flask-Mako==0.4 PyYAML==3.12 requests==2.12.4 uWSGI==2.0.14 +uwsgitop==0.9 diff --git a/scripts/top b/scripts/top new file mode 100755 index 0000000..2cf6c2f --- /dev/null +++ b/scripts/top @@ -0,0 +1 @@ +uwsgitop 127.0.0.1:9002