Module ngx_http_uwsgi_module

The ngx_http_uwsgi_module module allows passing requests to a uwsgi server.

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

Syntax: uwsgi_ignore_headers field ...; Default: —

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

Syntax: uwsgi_cache_valid [code ...] time; Default:

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

Syntax: uwsgi_connect_timeout time; Default: uwsgi_connect_timeout

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

Syntax: uwsgi_cache_min_uses number; Default: uwsgi_cache_min_uses

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

Syntax: uwsgi_cache_lock_timeout time; Default: uwsgi_cache_lock_timeout

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

Syntax: uwsgi_param parameter value [if_not_empty];

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

Syntax: uwsgi_ssl_verify on | off; Default: uwsgi_ssl_verify

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

Syntax: uwsgi_ssl_name name; Default: uwsgi_ssl_name host from uwsgi_pass;

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

Syntax: uwsgi_busy_buffers_size size; Default: uwsgi_busy_buffers_size

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

Syntax: uwsgi_ssl_protocols [SSLv2] [SSLv3] [TLSv1] [TLSv1.1]

2025-01-10 15:47:30