From 31e2dec5e075ebcb107ebcc894140d699c0c672f Mon Sep 17 00:00:00 2001 From: Serghey Rodin Date: Mon, 23 Jan 2012 13:33:40 +0200 Subject: [PATCH] fixed bug in nginx_ip configuration --- func/domain.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/func/domain.func b/func/domain.func index 6dbe7aa78..20bc1012a 100644 --- a/func/domain.func +++ b/func/domain.func @@ -621,7 +621,7 @@ namehost_ip_support() { # Checking proxy support if [ "$PROXY_SYSTEM" = 'nginx' ]; then cat $V_WEBTPL/ngingx_ip.tpl | sed -e "s/%ip%/$ip/g" \ - -e "s/%web_port%/$WEB_SSL_PORT/g" \ + -e "s/%web_port%/$WEB_PORT/g" \ -e "s/%proxy_port%/$PROXY_PORT/g" >>$nconf # Adding to rpaf ip pool as well