Module ngx_http_uwsgi_module

The ngx_http_uwsgi_module module allows passing requests to a uwsgi server.

uwsgi_next_upstream
  • References/Server/Nginx/Modules reference/ngx_http_uwsgi_module

Syntax: uwsgi_next_upstream error | timeout | invalid_header | http_500

2025-01-10 15:47:30
uwsgi_buffers
  • References/Server/Nginx/Modules reference/ngx_http_uwsgi_module

Syntax: uwsgi_buffers number size; Default: uwsgi_buffers

2025-01-10 15:47:30
uwsgi_pass_request_body
  • References/Server/Nginx/Modules reference/ngx_http_uwsgi_module

Syntax: uwsgi_pass_request_body on | off; Default: uwsgi_pass_request_body

2025-01-10 15:47:30
uwsgi_pass
  • References/Server/Nginx/Modules reference/ngx_http_uwsgi_module

Syntax: uwsgi_pass [protocol://]address; Default: —

2025-01-10 15:47:30
uwsgi_ssl_certificate_key
  • References/Server/Nginx/Modules reference/ngx_http_uwsgi_module

Syntax: uwsgi_ssl_certificate_key file; Default: —

2025-01-10 15:47:30
uwsgi_ssl_trusted_certificate
  • References/Server/Nginx/Modules reference/ngx_http_uwsgi_module

Syntax: uwsgi_ssl_trusted_certificate file; Default: —

2025-01-10 15:47:30
uwsgi_send_timeout
  • References/Server/Nginx/Modules reference/ngx_http_uwsgi_module

Syntax: uwsgi_send_timeout time; Default: uwsgi_send_timeout 60s;

2025-01-10 15:47:30
uwsgi_cache_bypass
  • References/Server/Nginx/Modules reference/ngx_http_uwsgi_module

Syntax: uwsgi_cache_bypass string ...; Default: — Context:

2025-01-10 15:47:30
uwsgi_cache_use_stale
  • References/Server/Nginx/Modules reference/ngx_http_uwsgi_module

Syntax: uwsgi_cache_use_stale error | timeout | invalid_header | updating

2025-01-10 15:47:30
uwsgi_limit_rate
  • References/Server/Nginx/Modules reference/ngx_http_uwsgi_module

Syntax: uwsgi_limit_rate rate; Default: uwsgi_limit_rate 0;

2025-01-10 15:47:30