[nginx] Style.
Roman Arutyunyan
arut at nginx.com
Wed Jun 22 08:50:38 UTC 2016
details: http://hg.nginx.org/nginx/rev/191e23214dfb
branches:
changeset: 6599:191e23214dfb
user: Roman Arutyunyan <arut at nginx.com>
date: Wed Jun 22 11:50:02 2016 +0300
description:
Style.
diffstat:
src/stream/ngx_stream_proxy_module.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 4a724d6006ee -r 191e23214dfb src/stream/ngx_stream_proxy_module.c
--- a/src/stream/ngx_stream_proxy_module.c Wed Jun 22 11:50:02 2016 +0300
+++ b/src/stream/ngx_stream_proxy_module.c Wed Jun 22 11:50:02 2016 +0300
@@ -1753,7 +1753,6 @@ ngx_stream_proxy_bind(ngx_conf_t *cf, ng
if (ngx_strcmp(value[2].data, "transparent") == 0) {
#if (NGX_HAVE_TRANSPARENT_PROXY)
local->transparent = 1;
-
#else
ngx_conf_log_error(NGX_LOG_EMERG, cf, 0,
"transparent proxying is not supported "
More information about the nginx-devel
mailing list