Skip to content

Commit 31e2dec

Browse files
committed
fixed bug in nginx_ip configuration
1 parent 1698e42 commit 31e2dec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

func/domain.func

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -621,7 +621,7 @@ namehost_ip_support() {
621621
# Checking proxy support
622622
if [ "$PROXY_SYSTEM" = 'nginx' ]; then
623623
cat $V_WEBTPL/ngingx_ip.tpl | sed -e "s/%ip%/$ip/g" \
624-
-e "s/%web_port%/$WEB_SSL_PORT/g" \
624+
-e "s/%web_port%/$WEB_PORT/g" \
625625
-e "s/%proxy_port%/$PROXY_PORT/g" >>$nconf
626626

627627
# Adding to rpaf ip pool as well

0 commit comments

Comments
 (0)