Invalid character found in the request target on Confluence behind nginx

Francis Daly francis at daoine.org
Tue Dec 11 08:35:28 UTC 2018


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


More information about the nginx mailing list