Not in this case... nginx -V shows the version and configure options, since uWSGI is "built-in" you won't see it in the configure options... but you can still disable it using: --without-http_uwsgi_module and that would show in the configure options (Reference: http://wiki.nginx.org/Modules).
On Fri, Apr 12, 2013 at 4:07 PM, Gilles <[email protected]> wrote: > On Fri, 12 Apr 2013 07:24:22 -0700 (PDT), > [email protected] wrote: > > AFAIK since version 0.8. Something nginx support for uwsgi us native... > > > >In fact I was just checking http://wiki.nginx.org/H > ttpUwsgiModule and > it's since 0.8.40 > > Good to know. So it means that I shouldn't rely on what "nginx -V" > says. > > I'll go ahead and try to install the ARM version of uWSGI and > configure Nginx accordingly. > > Thank you. > > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
