nginx pgp key nginx_signing.key

2024-07-07 Thread Ivan Strelnikov via nginx
is exist or outdated? Maybe we should update it or please explain me if i wrong. P.S. Sorry, if this is wrong place for this kind of questions, i can't find more proper one. -- Ivan ___ nginx mailing list nginx@nginx.org https://mailman.ngin

Re: proxy_protocol send incorrect header

2023-10-30 Thread Rozhuk Ivan
On Mon, 30 Oct 2023 17:00:38 +0400 Roman Arutyunyan wrote: > > I got incorrect proxy header: > > PROXY TCP4 172.16.0.208 unix:/var/run/nginx_443_test.sock 9795 > > 0\r\nSSH-2.0-OpenSSH_9.3\r\n > > > > Expect: > > PROXY TCP4 172.16.0.208 172.16.0.254 9795 > > 443\r\nSSH-2.0-OpenSSH_9.3\r\n > >

proxy_protocol send incorrect header

2023-10-30 Thread Rozhuk Ivan
Hi! I got incorrect proxy header: PROXY TCP4 172.16.0.208 unix:/var/run/nginx_443_test.sock 9795 0\r\nSSH-2.0-OpenSSH_9.3\r\n Expect: PROXY TCP4 172.16.0.208 172.16.0.254 9795 443\r\nSSH-2.0-OpenSSH_9.3\r\n My config: 172.16.0.208 - initiator and tcp server on 4443 port. 172.16.0.254 - nginx

Re: [IE] Re: Rewrite with number after hyphen

2018-09-05 Thread Ivan Bianchi
me other inspection on the result and > see exactly what is triggering. This has saved my bacon more than once J. > > > > Jason > > > > > > > > location /foo { > > > rewrite /foo/(.*) /web/foo.do?a=$1 last; > > > } > > *From:* nginx

Re: Rewrite with number after hyphen

2018-09-05 Thread Ivan Bianchi
Hi Francis, many thanks for your response and guidelines. Indeed you were right that there was another location capturing the request. Best regards, On Mon, Sep 3, 2018 at 2:36 PM Francis Daly wrote: > On Mon, Sep 03, 2018 at 08:13:11AM +0200, Ivan Bianchi wrote: > >

Rewrite with number after hyphen

2018-09-02 Thread Ivan Bianchi
m/foo/asdf-12 https://www.test.com/foo/asdf-12-asdf As implementing pcre regex, this regex works in all cases in the common regex online sites but not in nginx. Why if I put a number after a hyphen the regex stops working? Many thanks, -- Ivan Bianchi Wikiloc _

Re: proxy_pass ignoring gai.conf/RFC3484

2015-01-08 Thread Ivan Vilata i Balaguer
Maxim Dounin (2015-01-05 07:17:45 +0300) wrote: > On Fri, Jan 02, 2015 at 04:13:40PM +0100, Ivan Vilata i Balaguer wrote: > > [...] > > > BUT if I configure NginX with ``proxy_pass > > http://internal_machine;``, it always insists in using the IPv4 > > add

proxy_pass ignoring gai.conf/RFC3484

2015-01-02 Thread Ivan Vilata i Balaguer
Thank you very much for your help! -- Ivan Vilata i Balaguer ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Problem with 'Host' http header when using ssl

2014-11-05 Thread Ivan Artyukhin
et this header for non-SSL port and I can't do it for SSL. What am I missing? Regards, Ivan Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254615,254620#msg-254620 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Problem with 'Host' http header when using ssl

2014-11-05 Thread Ivan Artyukhin
As soon as I uncomment '# proxy_set_header Host $host;' line it stops working. All other headers don't matter Posted at Nginx Forum: http://forum.nginx.org/read.php?2,254615,254616#msg-254616 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.

Problem with 'Host' http header when using ssl

2014-11-05 Thread Ivan Artyukhin
#proxy_set_headerX-Forwarded-For $proxy_add_x_forwarded_for; #proxy_set_header Host $host; } I found this post http://forum.nginx.org/read.php?2,228638,228640#msg-228640 but it is not resolved. Regards, Ivan Posted at Nginx

Re[3]: Not able add nginx upload module to nginx 1.2.8

2013-07-18 Thread Ivan
: fatal error: md5.h: No such file or directory fatal error: sha.h: No such file or directory try to install openssl-devel  package Четверг, 18 июля 2013, 19:50 +04:00 от Ivan : >http://portage.perestoroniny.ru/www-servers/nginx/files/ > >use nginx-1.3.9_upload_module.patch > &g

Re[2]: Not able add nginx upload module to nginx 1.2.8

2013-07-18 Thread Ivan
http://portage.perestoroniny.ru/www-servers/nginx/files/ use nginx-1.3.9_upload_module.patch Четверг, 18 июля 2013, 9:57 -04:00 от "parulsood85" : >Please reply... > >Posted at Nginx Forum: >http://forum.nginx.org/read.php?2,240999,241000#msg-241000 > >