uwsgi-docs
uwsgi-docs copied to clipboard
Official uWSGI docs, examples, tutorials, tips and tricks
Options.rst is supposed to be by generate_options.pl, e.g. _perl generate_options.pl ~/src/uwsgi > Options.rst_. Unfortunately it looks outdated and it has been patched manually. Additional help should be added to optdefs.pl...
Just updating the Nginx config file for the HTTP proxy case, the current example is for the sockets which is what I am going to test next.
Please document what uwsgi does for workers and processes by default if values are not passed by user
Sphinx uses some additional directives to generate docs. Those directives are mis-interpreted by standard rest parsers (like the one used by github or the upcoming efesto app). The main problem...
With the following in my ini file ``` ... spooler-frequency = $(UWSGI_SPOOLER_FREQUENCY_SECONDS) spooler-import = /opt/resumable_upload/spooler.py spooler-max-tasks = $(UWSGI_SPOOLER_MAX_TASKS) spooler-processes = $(UWSGI_SPOOLER_PROCESSES) spooler = /var/spool/uwsgi/retry ``` Running uWSGI in a container...
I noticed that `Options.rst` was outdated, it was missing several items that _were_ defined in source code For many options, `Options.rst` is the only page on the internet that mentions...
The [Installation docs](https://github.com/unbit/uwsgi-docs/blob/9606cb0ee032e77113a043b21fcc386738de301b/Install.rst?plain=1#L55) for installing uwsgi lts release use `https://projects.unbit.it/downloads/uwsgi-lts.tar.gz`, for which the SSL cert (for `*.unbit.it`) expired at midnight on January 10th 2025.