Reverse proxy forcing language in cookies

2022-07-19 Thread Saint Michael
I was asked to proxy google.com through https://ГУГЛЭ.pl but I need to make Google believe that clients are behind a computer with the Russian language, not English. Now I have this: proxy_cookie_domain https://google.com https://xn--c1aay4a4c.pl; (xn--c1aay4a4c is latin representation of ГУГЛЭ)

Re: Question about rotating log files with USR1 signal

2022-07-19 Thread Fabiano Furtado Pessoa Coelho
Thanks! This ticket https://trac.nginx.org/nginx/ticket/376 is exactly my doubt. You helped me a lot. On Tue, Jul 19, 2022 at 12:17 AM Maxim Dounin wrote: > > Hello! > > On Mon, Jul 18, 2022 at 01:37:47PM -0300, Fabiano Furtado Pessoa Coelho wrote: > > > As described in the official documentati

njs-0.7.6

2022-07-19 Thread Dmitry Volyntsev
Hello, I'm glad to announce a new release of NGINX JavaScript module (njs). Notable new features: - improved r.args: Now, duplicate keys are returned as an array, keys are case-sensitive, both keys and values are percent-decoded. For example, the query string 'a=1&b=%32&A=3&b=

nginx-1.23.1

2022-07-19 Thread Maxim Dounin
Changes with nginx 1.23.119 Jul 2022 *) Feature: memory usage optimization in configurations with SSL proxying. *) Feature: looking up of IPv4 addresses while resolving now can be disabled with the "ipv4=off" parameter of the "resolver

Re: 2 x Applications using the same domain behind a reverse proxy

2022-07-19 Thread Mik J via nginx
Hello Ian, Thank you for your answer. I did what you told me Now I have on my reverse proxy location / {     proxy_pass  http://10.10.10.10:80;     proxy_redirect  off;     proxy_set_header    Host    $http_host;     proxy_set_header