uwsgi-docs icon indicating copy to clipboard operation
uwsgi-docs copied to clipboard

How to execute uwsgi with param

Open vladimircape opened this issue 7 years ago • 1 comments

I used uwsgi+nginx and want to start Python application with param. Right these solution is working

python3.5 uswgi.py matcher

what is uwsgi command param to send param "matcher"?

vladimircape avatar Apr 07 '17 12:04 vladimircape

pyargv should do the trick.

akx avatar Apr 07 '17 13:04 akx