Hi,
Please follow instructions below to upgrade XtendWeb and Nginx
-------------------------------------------------------------------
yum -y --enablerepo=ndeploy upgrade *nDeploy*
systemctl daemon-reload
/opt/nDeploy/scripts/attempt_autofix.sh
nginx -t #Ensure a valid configuration before restart
service nginx restart
------------------------------------------------------------------------------
The auto fix script will try changing the Apache LogFormat definitions in cpanel
You can confirm this at WHM Home »Service Configuration »Apache Configuration »Global Configuration
http://i.imgur.com/Rwg1yv1.png
If the LogFormat still show default , you can add a custom one and change %h to %a to log the correct IP address in access log
Changes:
1. Fix LogFormat to be compatible with Piped and direct logging in httpd
2. Add fastcgi_keep_conn directive to nginx for improved performance
3. Various improvements