Multiple host in request

2019-12-30 Thread hmahajan21
Hi, I am using zuul filters for reverse proxy in aks cluster but when the request recieved at service it has multiple host name like host host.com,host.com Posted at Nginx Forum: https://forum.nginx.org/read.php?2,286632,286632#msg-286632 ___ nginx

Re: Rewriting query string

2019-12-30 Thread Francis Daly
On Sun, Dec 29, 2019 at 04:41:58AM -0500, Olaf van der Spek wrote: Hi there, > > rewrite ^(.*)$ $1?ra=$remote_addr break; > > The ra argument is inserted before the original query string. Is it possible > to append it to the original query string? Something like rewrite ^(.*)$

Re: Wordpress not able to display theme properly - FastCGI sent in stderr: "Primary script unknown"

2019-12-30 Thread Francis Daly
On Sun, Dec 22, 2019 at 09:43:47AM -0500, vikask wrote: Hi there, great that you now have a config+system that works for you. > I removed the block i had created for the subdirectory /stage in the default > nginx file. > the default Home URL had a space [typing mistake] and so the 20% was

Re: Multiple host in request

2019-12-30 Thread Francis Daly
On Mon, Dec 30, 2019 at 03:29:26AM -0500, hmahajan21 wrote: Hi there, > I am using zuul filters for reverse proxy in aks cluster > but when the request recieved at service it has multiple host name > like > host host.com,host.com I'm not sure if your question is "why does nginx generate this

Re: [nginx-announce] nginx-1.17.7

2019-12-30 Thread Kevin Worthington
Hello Nginx users, Now available: Nginx 1.17.7 for Windows https:// kevinworthington.com/nginxwin1177 (32-bit and 64-bit versions) These versions are to support legacy users who are already using Cygwin based builds of Nginx. Officially supported native Windows binaries are at nginx.org.

Re: Пустая переменная $upstream status при 499

2019-12-30 Thread yanda.a
Добрался до конфигурации, скину почти полную конфигурацию: load_module "/usr/lib64/nginx/modules/ngx_http_geoip_module.so"; load_module "/usr/lib64/nginx/modules/ndk_http_module.so"; load_module

Re: CPU IRQ 100%

2019-12-30 Thread Владислав Толмачев
Нет, не помогает пн, 30 дек. 2019 г. в 10:14, grey : > Не пробовали обновиться до последней версии 1.17.7? Помогло? > > Posted at Nginx Forum: > https://forum.nginx.org/read.php?21,286474,286630#msg-286630 > > ___ > nginx-ru mailing list >

Re: nginx - get value of the header - x_forwarded_for in Nginx module (Naxsi)

2019-12-30 Thread Marcin Kozlowski
I don't work with NGINX and modules and C daily. Still struggling with it. Feel free to contact me via the list or to avoid spamming privately. Help will be greatly appreciated. Trying to add whitelisting of IP to NAXSI https://github.com/nbs-system/naxsi How can I add simply one entry being

Re: nginx - get value of the header - x_forwarded_for in Nginx module (Naxsi)

2019-12-30 Thread Marcin Kozlowski
OK, this helped: https://github.com/yakantosat/nginx-example/blob/master/ngx_hash_test.c Thanks, On Mon, Dec 30, 2019 at 4:47 PM Marcin Kozlowski wrote: > I don't work with NGINX and modules and C daily. > > Still struggling with it. Feel free to contact me via the list or to avoid >