switching from mod_rpaf to mod_extract_forwarded.conf

This commit is contained in:
Serghey Rodin 2012-11-18 18:09:33 +02:00
commit 2bb8166f7b
4 changed files with 4 additions and 4 deletions

View file

@ -325,7 +325,7 @@ namehost_ip_support() {
-e "s/%web_port%/$WEB_PORT/g" \
-e "s/%proxy_port%/$PROXY_PORT/g" >>$nconf
ips=$(grep 'RPAFproxy_ips' $rconf)
ips=$(grep 'MEFaccept ' $rconf |grep -v '#'| head -n1)
sed -i "s/$ips/$ips $ip/g" $rconf
fi
web_restart='yes'