uwsgi-docs
uwsgi-docs copied to clipboard
Official uWSGI docs, examples, tutorials, tips and tricks
The documentation for [Web Server Integration](https://uwsgi-docs.readthedocs.io/en/latest/WebServers.html#tomcat) mentions there is stable tomcat support. I was wondering where the protocol/implementation is and whether there is a tutorial/documentation to integrate with tomcat.
The example fastrouter code doesn't explicitly include the fastrouter plugin. This means that copy-pasting the examples is likely to give an error in some instances (where uwsgi won't auto-load the...
the following works ``` req-logger = file:/tmp/out.log log-format = %(addr) - %(user) [%(ltime)] "%(method) %(uri) %(proto)" %(status) %(size) "%(referer)" "%(uagent)" ``` changing it to ``` req-logger = file:/tmp/out.log log-req-encoder =...
Searching a specific option with a generic name is difficult. Would be nice to be able to sort them
https://github.com/unbit/uwsgi/pull/1904 added option to specify default value for expanding env variables. This PR updates docs part `Expanding variables/placeholders`
I am getting 'permission denied' when I try and connect to my url. nginx version: nginx/1.10.3 Starting uWSGI 2.0.17.1 (64bit) My config is new and vhost. log error: 2018/09/22 10:38:28...
uWSGI is picky about content being returned via CGI scripts. Across days and days of searching I finally found this: https://stackoverflow.com/questions/22543334/send-perl-cgi-request-and-get-xml-as-output which speaks to it tangentially. A significant enough issue...
The docs are currently riddled with uses of "just", "obviously", "simply" and similar in spots that are not particularly obvious or simple to someone like myself who is trying to...
Hi, I am deploying the Django project with uwsgi and nginx in my MacBook. I find the the web port socket in nginx.conf is not same with the http port...
Can anyone help us out here? What are we doing wrong? UWSGI takes 200% of CPU usage. Here is our uwsgi config file: [uwsgi] socket = /tmp/flask-uwsgi.sock logto = /home/ubuntu/logs/nlp-services.log...