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;
}
}
}
Subject Author Posted

nginx and google

konelli April 29, 2011 05:28PM

Re: nginx and google

Wendal Chen April 30, 2011 09:30PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 103
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready