Proxying..

Boris Dolgov boris at dolgov.name
Sat Jun 5 01:13:20 MSD 2010


On Sat, Jun 5, 2010 at 1:04 AM, kleinchris <nginx-forum at nginx.us> wrote:
> Can somebody help me?!
>
> I just wan't to proxy a phpbb to another server. in a colocation. But it only proxies the index.php and no other pages, when i click on a link like "domain.org/test/showthread.php?..." it gives me a error 404..

You didn't give the configuration for server2, so I can't understand,
what do you want and what is your problem.
You can try to replace
               proxy_pass http://server2:80;
with
               proxy_pass http://server2:80/;

-- 
Boris Dolgov.



More information about the nginx mailing list