Invalid character found in the request target on Confluence behind nginx

2018-12-09 Thread Dung Tran Tien
Hi, Currently I'm using Confluene 6.10.2 behind nginx. I have some pages with the page name including character '>' could not accessible, the error is: HTTP Status 400 - Bad Request Type Exception Report Message Invalid character found in the request target. The valid characters are defined in R

Re: In Nginx revers proxy unable to disable TLS1

2018-12-09 Thread blason
Hello, Do you mean I need to mention in each and every reverse proxy stanza or in default config? Is this right? [root@xx conf.d]# vi default.conf server { listen 80 default_server; #server_name ""; server_name _; return 444; ssl_protocols TLSv1.2; #charset k

Re: How to build NodeJS support without an Internet connection?

2018-12-09 Thread Valentin V. Bartenev
On Sunday, 9 December 2018 16:41:56 MSK Ralph Seichter wrote: > Hello developer team. > > I am the maintainer of the NGINX Unit ebuild for Gentoo Linux, and > currently I am struggling with colliding requirements of Unit's and > Gentoo's build strategies. > > As you may know, the Gentoo way is to

How to build NodeJS support without an Internet connection?

2018-12-09 Thread Ralph Seichter
Hello developer team. I am the maintainer of the NGINX Unit ebuild for Gentoo Linux, and currently I am struggling with colliding requirements of Unit's and Gentoo's build strategies. As you may know, the Gentoo way is to build everything from the source code, with only very few exceptions. If, f