main/uwsgi: remove parsing of uwsgi_* vars from runscript
Uwsgi options are unfortunately order-dependent, but `set` returns variables in unspecified order. This causes more troubles than good, so I've replaced it with single uwsgi_opts variable.
Please register or sign in to comment