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
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
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
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