[ANN] Windows nginx 1.7.5.2 WhiteRabbit (no replies)
22:40 20-8-2014 nginx 1.7.5.2 WhiteRabbitBased on nginx 1.7.5 (20-8-2014, last changeset 5809:bb26f7ceaaf1) with;+ ngx_upstream_jdomain (https://github.com/wdaike/ngx_upstream_jdomain)+...
View ArticlePHP to Apache - Friendly URLs fail with VBulletin (1 reply)
I'm using nginx for all static web content and forward all PHP requests to Apache. This works great when I type e.g. http://domain.com/index.php.However, vbulletin will convert any link to e.g.:...
View ArticleMap Nginx Query String (no replies)
I have a webapp e.g example.com is mapped with some embedded url in nginx.server {location / {set $args id=201;try_files $uri $uri/ $uri/index.php /index.php;}}When I visit my site **example.com and...
View ArticleMap Nginx Query String (no replies)
I have a webapp e.g example.com which is mapped with embedded url in nginx.server {location / {set $args id=201;try_files $uri $uri/ $uri/index.php /index.php;}}When I visit my site **example.com and...
View ArticleMemory increase at reload (no replies)
Hi,I've written an nginx module that creates a few large data structures atinitialization time. These data structures are part of the locationconfiguration for that module.Whenever I do a reload, these...
View Articlenginx: [emerg] unknown directive "upload_pass" after dist-upgrade from Ubuntu...
Hello!I performed a dist-upgrade, from Ubuntu 12.04 LTS to 14.04 LTS, and oncethe dust had settled, nginx refused to start with:nginx: [emerg] unknown directive "upload_pass"...
View Articleunable to install nginx via nginx.org repo with centos7 (2 replies)
Hi guys,I'm running a fresh installed CentOS7 and added your repo viahttp://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpmI get the following issue if I try to...
View ArticleFrequent lockups in Nginx/php-fpm after move from Apache/mod_php (no replies)
I moved hosting of roughly 150 Wordpress sites from Apache/mod_php toNginx/php-fpm after having tested and found measurably better performancewith Nginx. (hosted on Centos 6/7)The first problem I ran...
View ArticleMeasure ram consumed by Nginx proxy cache (no replies)
Hi folks:I am currently investigating performance of our production Nginxinstances. Our architecture is a Nginx process in front of 8 node.jsworkers. As the memory is running low, we want to determine...
View ArticleRange request not working for gzipped content (no replies)
I found that whenever Content-Encoding: gzip is on. Nginx will return 200 instead of 206. When gzip is off, nginx will return range request normally.Is that the expected behavior for nginx?ThanksDon
View ArticleHello - and missing verification of configuration format / very tiny mem leak...
Hi,My name is Martin. I am new to this list (obvious), and new to nginx aswell.I hope this is the right place for the feedback I have, if not pleasecorrect me. Well the below may be for the bugtracker....
View ArticleDocumentation of limit_req (no replies)
About http://nginx.org/en/docs/http/ngx_http_limit_req_module.htmlIt does not specify anything about inheritance.It appears (from reading sources) that limit_req are inherited only, ifno new limit_req...
View ArticleRewrite directory lookup to another directory (no replies)
Hello All,I am trying to add a rewrite rule to my nginx configuration. But each time it is giving me 404/302 error. My scenarios is given below1. If someone request URL http://192.168.44.163/testa or...
View ArticleHow to configure rewrites or security download hashed link with expiration...
Hi i have a video publishing website and have tons of ".mp4" videos in my website. I want to use hashing . But i couldn't understand documentation how to use this configuration. My first question : Is...
View ArticleWhere to store global settings in filter (1 reply)
Hi All:I have some settings in a json file (not in nginx.conf file),Currently, in my module filter function, I will open file, read file,close file every time filter function is called.I think this is...
View Articlenginx is too strict about accept-ranges (1 reply)
HiI am using nginx to proxy/cache requests from different origin servers, some of which I don't have access to (can't change their behaviour). Recently I stumbled upon a problem where nginx wouldn't...
View Articlenginx permission denied for upstream unix socket (4 replies)
Hi,I'm running nginx under CentOS 7 as a local proxy for a puppetmaster. Iget the following error for every agent trying to connect to the master:"[crit] 8543#0: *13 connect()...
View ArticleImage serving via nginx are too slow, why ? (no replies)
Hello,Before posting, i've done a lot of google search, and i found other similar issue without any solutions.So, Why nginx is slow serving files in my case ?Part 1. The hardwareIntel Xeon E5-1620v2...
View Articlecustom error pages for retun directive (3 replies)
It is not possible to set custom error page. For example /usr/share/nginx/404.html contains "test":server {error_page 404 /404.html;if ($request_method = "GET")return 404;}location / {proxy_pass...
View ArticleBugfix: requests might hang if resolver was used [...] (1 reply)
Hi,Where do I need to ask if a bug fix will be treated as major and ported to the 1.6 feature stable branch?Specifically, the following is having a significant impact for us, and makes using resolver...
View Article