Merge "python2-runtime: limit cglimit listen on localhost only"

This commit is contained in:
Zuul 2018-07-16 00:12:32 +00:00 committed by Gerrit Code Review
commit 83bf1657a1
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
uwsgi --http :9090 --uid qinling --wsgi-file server.py --callable app --master --processes 5 --threads 1 &
uwsgi --http :9092 --uid root --wsgi-file cglimit.py --callable app --master --processes 1 --threads 1
uwsgi --http 127.0.0.1:9092 --uid root --wsgi-file cglimit.py --callable app --master --processes 1 --threads 1