centos 5, plesk 11.0.9, nginx enabled, nothing touched in nginx/apache config
phpinfo()
46.8.154.111 is my IP
I believe _SERVER["HTTP_HOST"] should be whatever.com, the actual host name that set in last_nginx.conf ( proxy_set_header Host $host
.
Drupal isn't working (it redirects me to MY IP and looking for it's internal urls). Some Wordpress sites do work fine, others do not.
Had to disable nginx for now.
phpinfo()
_SERVER["FCGI_ROLE"] RESPONDER
_SERVER["HTTP_HOST"] 46.8.154.111
_SERVER["HTTP_X_REAL_IP"] 46.8.154.111
_SERVER["HTTP_X_FORWARDED_FOR"] 46.8.154.111
_SERVER["HTTP_X_ACCEL_INTERNAL"] /internal-nginx-static-location
_SERVER["HTTP_CONNECTION"] close
46.8.154.111 is my IP
I believe _SERVER["HTTP_HOST"] should be whatever.com, the actual host name that set in last_nginx.conf ( proxy_set_header Host $host
Drupal isn't working (it redirects me to MY IP and looking for it's internal urls). Some Wordpress sites do work fine, others do not.
Had to disable nginx for now.