Jonathan Matthews
March 26, 2012 09:40AM
On 26 March 2012 13:27, niraj <nginx-forum@nginx.us> wrote:
> Hi
>
>     Let me clear my question again.
>
>     My current problem is  if I used the rewrite rules  my site is
> working(this is my testing machine so Ip just like 192.168......), but
> problem is it not show the original server Ip , instead it show the
> 192.168.1.210 at client side, I want to hide this Ip 192.168.1.210.

Yes - as I explained, that's because you were using a redirect with an
http:// prefix. That's what it *does*.

> want to show the original server IP when redirect happened.
> Hope you clear with my requirement.

"Requirements" are what you give to people you're *paying* to help you.
I think you mean "this is what I'm try to achieve" ... ;-)

> Now I have set this  in nginx, I just give u my nginx configuration
> details as below
>
>
> server {
>    listen       80;
>    server_name  localhost;
>
>    #charset koi8-r;
>    #access_log  /var/log/nginx/log/host.access.log  main;
>
>    location / {
>        root   /var/www/vendx/html_asp;
>        index  index.html index.shtml;
>    }
>
>
>    location  \.(js|css|png|jpg|jpeg|gif|ico|html|xml)$ {}
>
> location /auction/ {
> proxy_pass http://192.168.1.210;
> }

I think I've already suggested the small change that you need to try
here. Read my previous email again.

> I am getting the following error  when redirect happened

Are these errors in the nginx logs? Ort the logs on 192.168.1.210? In
response to what single initial request *exactly*?
Have a read of http://www.catb.org/~esr/faqs/smart-questions.html#volume
and the rest of that document - it may help.

Cheers,
Jonathan

_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

rewrite proxy flag set problem

niraj March 23, 2012 07:16AM

Re: rewrite proxy flag set problem

Maxim Dounin March 23, 2012 07:52AM

Re: rewrite proxy flag set problem

niraj March 24, 2012 07:48AM

Re: rewrite proxy flag set problem

niraj March 26, 2012 05:41AM

Re: rewrite proxy flag set problem

Jonathan Matthews March 26, 2012 07:06AM

Re: rewrite proxy flag set problem

niraj March 26, 2012 07:39AM

Re: rewrite proxy flag set problem

Jonathan Matthews March 26, 2012 07:58AM

Re: rewrite proxy flag set problem

niraj March 26, 2012 08:27AM

Re: rewrite proxy flag set problem

niraj March 27, 2012 12:29AM

Re: rewrite proxy flag set problem

niraj March 27, 2012 01:22AM

Re: rewrite proxy flag set problem

Jonathan Matthews March 26, 2012 09:40AM

Re: rewrite proxy flag set problem

Igor Sysoev March 27, 2012 01:20AM

Re: rewrite proxy flag set problem

Igor Sysoev March 27, 2012 01:26AM

Re: rewrite proxy flag set problem

niraj March 27, 2012 01:47AM

Re: rewrite proxy flag set problem

Igor Sysoev March 27, 2012 01:54AM

Re: rewrite proxy flag set problem

niraj March 27, 2012 02:07AM

Re: rewrite proxy flag set problem

niraj March 27, 2012 02:52AM

Re: rewrite proxy flag set problem

Igor Sysoev March 27, 2012 02:18AM

Re: rewrite proxy flag set problem

Igor Sysoev March 27, 2012 04:06AM

Re: rewrite proxy flag set problem

niraj March 27, 2012 04:50AM

Re: rewrite proxy flag set problem

Igor Sysoev March 27, 2012 04:56AM

Re: rewrite proxy flag set problem

niraj March 27, 2012 08:47AM

Re: rewrite proxy flag set problem

niraj March 28, 2012 01:31AM

Re: rewrite proxy flag set problem

niraj April 09, 2012 04:26AM

Re: rewrite proxy flag set problem

Igor Sysoev March 27, 2012 09:02AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 145
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