Hi, The backend must have context /confluence, without it, the page cannot be load with 404 code.
-----Original Message----- From: nginx <[email protected]> On Behalf Of Francis Daly Sent: Tuesday, December 11, 2018 3:35 PM To: [email protected] 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 [email protected] _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
