> Hi,
>
>
> I'd like to know whether there are any means of validating a uwsgi
> config file prior to restarting my uwsgi server?
>
>
> with nginx I'd use nginx -t
>
> I did not find an equivalent for uwsgi.
>
>

Hi, strict mode will validate for typos:

uwsgi --ini foo.ini --strict --hook-asap exit:0

if something fails you will get 1, otherwise 0


-- 
Roberto De Ioris
http://unbit.com
_______________________________________________
uWSGI mailing list
uWSGI@lists.unbit.it
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to