epoll_wait() reported that client prematurely closed connection, so upstream...
Hello,We have a problem with nginx in a drupal site.The images placed in the domain root are not visible in chrome, but in firefox for example, are fine.This is the error in the nginx virtual host...
View Articleusing same cookie in map for 2 independent sites (no replies)
Hello!I've got beta and live site listening on different ip on the same server. Both sites using same 'if' in 'server' statement:server {listen 1.1.1.1:80;server_name live;set $mage_run_code default;if...
View Articlenginx reload sometimes not working(worker processes still alive) (1 reply)
hii'm not sure if this is an nginx or pagespeed or maybe linux problemwe're using nginx on RedHatLinux 2.6.32-504.8.1.el6.x86_64 #1 SMP Fri Dec 19 12:09:25 EST 2014 x86_64 x86_64 x86_64...
View ArticleNginx config for wordpress in subfolder with rewrites for main folder (1 reply)
I have a vbulletin site in root and a wordpress blog in /blog/the root nginx rewrites all work as they should utilising the dbseo plugin for vbulletin to make search engine friendly urlsif i turn on...
View Articleunsubrile me pls ty (no replies)
_______________________________________________nginx mailing listnginx@nginx.orghttp://mailman.nginx.org/mailman/listinfo/nginx
View ArticleNginx on Windows how to know the correct MP4 buffer sizes ? (no replies)
So i do video streaming of large videos 2GB+ in size how do i know what buffer sizes to use in my nginx config or should i leave it at default...
View ArticleHelloo,do anyone has this situation? (2 replies)
I compile the nginx with this configure.--prefix=/home/svn/nginx...
View ArticlePrevent caching of 301 redirects (no replies)
HiI'm running nginx as a reverse proxy for a website, and we have an occasional problem where one of the back end servers occasionally sends an errant 301 with caching headers as the home page for the...
View Articlecanonicalization of $uri with "/?.*" content (no replies)
The last security audit revealed the following:V:Wed Apr 15 20:58:19 2015 - 200 for GET: /?mod=node&nid=some_thing&op=viewV:Wed Apr 15 20:58:43 2015 - 200 for GET: /?OpenV:Wed Apr 15 20:58:43...
View Articleproxy_pass to specific location (no replies)
Hello everyone!I have next configuration of my nginx:## first backend ##upstream first {server 192.168.1.12:8080;server 192.168.1.13:8080;sticky;}## second backend ##upstream second {server...
View Articleproxy_pass to upstreams and then 404 location (no replies)
Hello all -I'm attempting to do the following in nginx and having difficulty with the last step in this succession.1) In / location, proxy_pass to Django upstream.2) proxy_intercept_errors is on in...
View ArticleGet the request_body in a handler (no replies)
Hi, I'm trying to make a module that will get the body of http requests and print it in my log.I tried to access the variable r->request_body (r is a ngx_http_request_t *) and it's always empty.I...
View Articlelogging variables -- $bytes_sent .. where is $bytes_read ? (9 replies)
Is there a variable for bytes read ?$content_length is what should be read, but if the request is terminatedearly, it is wrong.$request_length is not right either, it is logging 459 bytes on a...
View Articledificulty finding local static content (no replies)
Total newb here so apologies in advance. (Silly me, I could have set up Apache, but I decided to learn something new.)I have an existing website hosted on a server running apache. I am setting up a new...
View Articlerewrite rules issue (1 reply)
Hello,I have an issue with a rewrite rule for redirect to a subdomain. Here it is:if ($http_host = "subdomain.domain.fr") {rewrite ^(?!/\b(subpath|stats|error)\b)/(.*)$ /subpath/$2 last;}if in my...
View ArticleConnection timeout from work, working anywhere else (no replies)
Hello,nginx is the HTTP server that is provided with my home automation software, jeedom. It is installed on my Raspberry Pi2.Everyting is working fine, I can connect from my internal network and from...
View ArticleDisable caching the names in /etc/hosts in reverse proxy? (no replies)
I'm using Nginx to act as a reverse proxy, where the backend is a name defined in /etc/hosts. However, Nginx does not react to the changes made in /etc/hosts until restarted. Is it possible to disable...
View Articlenginx_slowfs_cache (7 replies)
Hi,Today after upgrading from nginx version 1.6.x to 1.7.x I have got a segmentation fault. After short investigation the culprit was found. It is module by Frikle - nginx_slowfs_cache.Is anybody has...
View ArticleIntermittent SSL Handshake issues on Ubuntu 12.04 and Nginx (no replies)
Hi Guys,I posted originally my issue on askubuntu but I think this will be a better placehttp://askubuntu.com/questions/611418/intermittent-ssl-handshake-issues-on-ubuntu-12-04-and-nginx.Original...
View Articlelicense information of component nginx-1.7.9 (1 reply)
Hello experts,I am planning to use the component nginx-1.7.9 and came across a file ngx_md5.c (nginx-1.7.9.tar\nginx-1.7.9\src\core\ngx_md5.c). Can I know under whichlicense this file is licensed?With...
View Article