mirror of
https://github.com/nginx/nginx.git
synced 2025-06-11 20:53:30 +08:00
Fixed build without SSL, broken by c82b2e020b9f.
This commit is contained in:
parent
24e1db93a8
commit
67b0d16546
@ -584,9 +584,9 @@ ngx_http_uwsgi_eval(ngx_http_request_t *r, ngx_http_uwsgi_loc_conf_t * uwcf)
|
|||||||
add = 9;
|
add = 9;
|
||||||
r->upstream->ssl = 1;
|
r->upstream->ssl = 1;
|
||||||
#else
|
#else
|
||||||
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
|
ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
|
||||||
"suwsgi protocol requires SSL support");
|
"suwsgi protocol requires SSL support");
|
||||||
return NGX_CONF_ERROR;
|
return NGX_ERROR;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user