nginx and google

konelli nginx-forum at nginx.us
Sat Apr 30 01:28:40 MSD 2011


freebsd 8 nginx-0.8.54 proxy works perfect. Any site loads very fast
thru proxy pass  but google do not wont to load! Any other indexing
sites. Help.
Here my config

worker_processes  1;
events {
    worker_connections  5;
}

http {
          server {
              listen 8081;
#	      access_log off;

	location / {
           proxy_pass http://211.141.153.146;
           proxy_set_header Host $host;
	}
     }
}

Posted at Nginx Forum: http://forum.nginx.org/read.php?2,194580,194580#msg-194580




More information about the nginx mailing list