Invalid character found in the request target on Confluence behind nginx

Dung Tran Tien dung.trantien at axonactive.com
Tue Dec 11 08:39:32 UTC 2018


Hi,
The backend must have context /confluence, without it, the page cannot be load with 404 code.


-----Original Message-----
From: nginx <nginx-bounces at nginx.org> On Behalf Of Francis Daly
Sent: Tuesday, December 11, 2018 3:35 PM
To: nginx at nginx.org
Subject: Re: Invalid character found in the request target on Confluence behind nginx

On Tue, Dec 11, 2018 at 03:15:52AM +0000, Dung Tran Tien wrote:

Hi there,

In this case, I think that there is a straightforward change that can work:

>    location /confluence {
>         proxy_pass http://1.1.2.1:8090/confluence;

Change that line to just be

    proxy_pass http://1.1.2.1:8090;

	f
-- 
Francis Daly        francis at daoine.org
_______________________________________________
nginx mailing list
nginx at nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx


More information about the nginx mailing list