mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
switching from mod_rpaf to mod_extract_forwarded.conf
This commit is contained in:
parent
2a521e7390
commit
2bb8166f7b
4 changed files with 4 additions and 4 deletions
|
@ -46,7 +46,7 @@ vesta_ip_list=$(ls $VESTA/data/ips/)
|
|||
conf='/etc/httpd/conf.d/vesta.conf'
|
||||
nconf='/etc/nginx/conf.d/vesta_ip.conf'
|
||||
iconf='/etc/sysconfig/network-scripts/ifcfg'
|
||||
rconf='/etc/httpd/conf.d/rpaf.conf'
|
||||
rconf='/etc/httpd/conf.d/mod_extract_forwarded.conf'
|
||||
|
||||
# Comparing each ip
|
||||
for ip in $ip_list; do
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue