Is there any description for all the processed tags in the xml/ini config for uWSGI?
The docs say that all the command line options may go in xml/ini, but there is more, in particular the following config is processed properly:
<uwsgi>
<home>/var/www/example.com/</home>
<pythonpath>/var/www/example.com/app</pythonpath>
<app mountpoint="/">
<script>example</script>
</app>
</uwsgi>
In this snippet there is the app tag, that contains the nested script tag. But none of them is a command line parameter for uwsgi.
Is there a complete list for this kind of tags? Are these options applicable to the ini configs?
All the command like options are available to xml/ini/yaml file and ldap.
<app>Is the only exception: it is available only in xmluwsgi –help
for the full list