Browse Source

Rename uwsgi config file; add top script.

master
Ben Kurtovic 7 years ago
parent
commit
f896e2220b
4 changed files with 3 additions and 1 deletions
  1. +1
    -1
      README.md
  2. +0
    -0
      config/uwsgi.ini
  3. +1
    -0
      requirements.txt
  4. +1
    -0
      scripts/top

+ 1
- 1
README.md View File

@@ -31,5 +31,5 @@ Guide


### Deploy ### Deploy


uwsgi --ini uwsgi.ini
uwsgi --ini config/uwsgi.ini
# proxy to 127.0.0.1:9001 # proxy to 127.0.0.1:9001

uwsgi.ini → config/uwsgi.ini View File


+ 1
- 0
requirements.txt View File

@@ -3,3 +3,4 @@ Flask-Mako==0.4
PyYAML==3.12 PyYAML==3.12
requests==2.12.4 requests==2.12.4
uWSGI==2.0.14 uWSGI==2.0.14
uwsgitop==0.9

+ 1
- 0
scripts/top View File

@@ -0,0 +1 @@
uwsgitop 127.0.0.1:9002

Loading…
Cancel
Save