unknown directive "geoip_country" (1 reply)
Hi, I just upgraded nginx on my FreeBSD 10.3 server with the latest version provided by an up2date port tree, i.e. nginx/1.10.0. This version seems to not recognize the directive geoip_country anymore...
View Articlenginx logrotate : permission denied (2 replies)
Hi, I am getting below error in error.log file post logrotate : ------------------------------------------------------------------------------- open() "/var/log/nginx/access_abcd.log" failed (13:...
View Articlequestion about tmpfs (no replies)
Hello, I have a question about tmpfs. On my raspberry pi I with only 256 MB RAM df looks like. root@pi:~# df -h Filesystem Size Used Avail Use% Mounted on /dev/root 15G 2.0G 13G 14% / devtmpfs 111M 0...
View ArticleRemove whitespaces from $args (no replies)
Hi, Tell me please, how can I remove all spaces from $args ? I create solution, it remove up to 5 spaces. But it not best way i think. if ($args ~ (.*)\s(.*)$) { set $args $1$2; } if ($args ~...
View ArticlePermanent Redirect on nginx (2 replies)
Dear Nginx Community My org has changed domain from unam.na to unam.edu.na. I intend to effect a permanent redirect on Nginx. I have tried the lines in bold below but browsers are complaining of too...
View ArticleVideo & Slides for our first Bay Area OpenResty Meetup (1 reply)
Hi folks We had a good time at our first bay area OpenResty meetup [1] last month. Now I'd like to share with you the video recordings and slides for our presentations: * Presentation "adobe.io" from...
View ArticleNginx as transparent tcp proxy (no replies)
Hi,everyone. How i can run nginx as transparent tcp proxy. Such as haproxy transparent. _______________________________________________ nginx mailing list nginx@nginx.org...
View Articlenginx is too greedy with urls (no replies)
Hi, I have a case where a redirect for word-hyphen should take precendence over a proxy_pass with word only both are inside location {} directives. location ~ ^/word-hyphen{ return 301...
View Articlenginx 1.11.0: client sent stream with data before settings were acknowledged...
Hello, As of recently, shortly after updating nginx to version 1.11.0, we started getting the following errors in the error log for our sites configured with HTTP/2 and SSL: 2016/04/29 14:54:12 [info]...
View ArticleTrailing Slash redirection poblem (1 reply)
Dear All, Need some help to remove trailing Slash. I have been trying to remove the trailing slash with this redirection rule. rewrite ^/(.*)/$ /$1 permanent; however it is creating a loop. curl -I...
View Articlenginx.conf 2016: CFP Closing Soon, Submit Your Talk Today (no replies)
Hello folks, The deadline to submit a proposal to nginx.conf 2016 https://www.nginx.com/nginxconf/ is quickly approaching. Share your NGINX stories with us:...
View Articlebinary cgi script download instead of executing (2 replies)
_______________________________________________ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx
View ArticleOrigin/Edge Questions (no replies)
Hi folks. Today, we have several NGINX systems deployed .. most of it is for caching frontend to websites via anycasted instance. A couple of our systems though involve video - streaming of realtime...
View ArticleShared Memory Structure? (no replies)
I am storing things in a shared memory zone allocated with ngx_shared_memory_add and allocating each slab with ngx_slab_alloc_locked (as these items don’t need to be locked particularly). The problem...
View ArticleHTTP2 Multiplexing (3 replies)
Hi Different from HTTP1.1 pipeline, HTTP2 allows multiple request and response messages to be in flight at the same time. I was wondering what the strategy Nginx adopt to implement this main feature....
View Articlelocation...nested location...which one is better? (no replies)
Hi all, I'm running a website which is based on php. And I'm trying to use naxsi for my website. But it seems to enable naxsi, we need to put below line within a location: include...
View Articlessl test causes nginx to crash (SSL_do_handshake() failed) (5 replies)
I tried to do use the ssltest from qualys.com: https://www.ssllabs.com/ssltest/ Every time i run it, my nginx server (ssl terminator) crashes and i have to restart it. I get the following error in my...
View ArticleHow to turn off DNS caching (1 reply)
Hi, I am trying to connect to my AWS RDS (mysql) instance using the AWS supplied DNS endpoint. The problem is, the IP of the instance changes periodically. It appears that nginx does not resolve the...
View Articleopenshift-nginx docker image running as non-root (3 replies)
Hi, I have been playing around with the https://github.com/nginxinc/openshift-nginx dockerfile and trying to find a way to run run nginx as non-root with openshift/k8/docker. I am currently getting the...
View ArticleRewrite before regex location (6 replies)
I am trying to migrate to Nginx + PHP-FPM from Apache + mod_php. I am currently using mod_rewrite to rewrite some virtual URIs ending in .php to actual PHP scripts. This works perfectly when using...
View Article