Welcome! Log In Create A New Profile

Advanced

[nginx] Fixed build without SSL, broken by c82b2e020b9f.

Maxim Dounin
December 04, 2013 03:22PM
details: http://hg.nginx.org/nginx/rev/4a71ef1aa36d
branches:
changeset: 5458:4a71ef1aa36d
user: Maxim Dounin <mdounin@mdounin.ru>
date: Wed Dec 04 23:13:13 2013 +0400
description:
Fixed build without SSL, broken by c82b2e020b9f.

diffstat:

src/http/modules/ngx_http_uwsgi_module.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)

diffs (16 lines):

diff --git a/src/http/modules/ngx_http_uwsgi_module.c b/src/http/modules/ngx_http_uwsgi_module.c
--- a/src/http/modules/ngx_http_uwsgi_module.c
+++ b/src/http/modules/ngx_http_uwsgi_module.c
@@ -584,9 +584,9 @@ ngx_http_uwsgi_eval(ngx_http_request_t *
add = 9;
r->upstream->ssl = 1;
#else
- ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
- "suwsgi protocol requires SSL support");
- return NGX_CONF_ERROR;
+ ngx_log_error(NGX_LOG_ERR, r->connection->log, 0,
+ "suwsgi protocol requires SSL support");
+ return NGX_ERROR;
#endif

} else {

_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[nginx] Fixed build without SSL, broken by c82b2e020b9f.

Maxim Dounin 682 December 04, 2013 03:22PM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 189
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready