| Syntax: |  uwsgi_intercept_errors  |  
|---|---|
| Default: |  uwsgi_intercept_errors off;  |  
| Context: |  http, server, location |  
Determines whether a uwsgi server responses with codes greater than or equal to 300 should be passed to a client or be intercepted and redirected to nginx for processing with the error_page directive.
Please login to continue.