Welcome! Log In Create A New Profile

Advanced

nginx and google

April 29, 2011 05:28PM
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;
}
}
}
SubjectAuthorPosted

nginx and google

konelliApril 29, 2011 05:28PM

Re: nginx and google

Wendal ChenApril 30, 2011 09:30PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 83
Record Number of Users: 3 on May 21, 2013
Record Number of Guests: 105 on May 21, 2013
Powered by nginx    Powered by FreeBSD    PHP Powered    Powered by Percona     ipv6 ready