We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3aeec7c commit e91f5c6Copy full SHA for e91f5c6
1 file changed
bin/v-delete-sys-ip
@@ -99,6 +99,12 @@ if [ ! -z "$PROXY_SYSTEM" ]; then
99
new_ips=$(echo "$rpaf_str" | sed "s/$ip//")
100
sed -i "s/$ips/$new_ips/g" $rpaf_conf
101
fi
102
+
103
+ #mod_remoteip
104
+ remoteip_conf="/etc/$WEB_SYSTEM/mods-enabled/remoteip.conf"
105
+ if [ -e "$remoteip_conf" ]; then
106
+ sed -i "s/RemoteIPInternalProxy $ip//g" $remoteip_conf
107
+ fi
108
109
110
0 commit comments