Re: nginx V1.8.0 : Size of URL
Thank you for your help. I updated with nginx version 1.9.9 and unfortunately the problem is always the same. Everything seemed to work until my URL reaches a certain size. For example, if I put it ,...
View ArticleRe: nginx V1.8.0 : Size of URL
If its only external then it is a router/firewall issue not nginx.
View ArticleFiles treated differently. Why?
file 1: https://textfiles.meulie.net/survival/tenherbs.txt file 2: https://textfiles.meulie.net/survival/1hrrads.txt When trying to open file 1 in a browser, I get prompted to download it. When trying...
View ArticleRe: Files treated differently. Why?
Enable debug and see what nginx is selecting as context type which should also tell why.
View ArticleRe: Files treated differently. Why?
Thank you for your swift reply. Redbot says content-type for both URL's is: 'Content-Type: text/plain; charset=UTF-8'. Will nginx in debug mode reveal me more/different info? If so, I'll try it later...
View ArticleRe: Files treated differently. Why?
Debug mode will show everything, just do a simple Curl test to keep the logfile small.
View ArticleX-Accel-Redirect bracket character not url encoded (1.9.4)
Hello, I'm noticing an issue where the square bracket characters are not url encoded when passing to the upstream server. My config is upstream avatar { server localhost:8879; } location...
View ArticleRe: X-Accel-Redirect bracket character not url encoded (1.9.4)
Another inconsistency I see is if I pass an unescaped URL in the header, then special characters are escaped EXCEPT for square brackets.
View Articlenginx load balancer config? - help! :)
Hi! I'm new to NGINX and I would like to setup a load balancer for our web server. this is what my /etc/nginx/sites-available/default looks like upstream server { server 192.168.1.101; server...
View Articlenginx-upsync-module
hi nginx ers, I make a new nginx module: syncing upstreams from consul or etcd and so on; Now it only support consul, I think it is cool, github adress: https://github.com/weibocom/nginx-upsync-module...
View ArticleRe: nginx-upsync-module
You may want to consider adding your features to https://groups.google.com/forum/#!topic/openresty-en/b5HjE9rfmdA
View ArticleRe: nginx-upsync-module
That is great, thanks. But, maybe the theme is a little different, is it? It's mainly about lua-api, is it ok to post my module? Ok, I will try, thanks.
View ArticleRe: nginx V1.8.0 : Size of URL
Hi, The problem actually came from parametrage the firewall. Thank you again for taking the time to give me your help. Have a nice day,
View Article[newbie] nginx extremely slow(1 reqs/sec) when serving static files
Hi, there. I use nginx to serve static files and django(gunicorn), which turns out to be extremely slow (~1 requests/second, cannot believe it) even for static files. I've tried almost all methods I...
View ArticleRe: Error when uploading files to Jira through Nginx
Hi, A delayed update from my side. I have on and off been looking at this issue but have not found a solution until now. I had not tried upgrading to a newer version of Nginx. I tried the latest...
View ArticleNginx 1.8.1 update question
Hi, I am running Nginx on Centos 6.7 32 bits I am using the official Nginx repo and I've lately updated Nginx to v 1.8.1 (update nginx-1.8.1-1.el6.ngx.i386). Then I found out that the index.html I had...
View ArticleRe: Nginx 1.8.1 update question
Well, I will somehow answer myself, in case anyone is interested with this It seems it doesn't only affect that version and that distro according to this thread...
View ArticleSSL error NginX 1.9.10
Hello guys, So I compiled nginx by source version 1.9.10 and used openssl 1.0.2f and all went fine.. I have enabled HTTP/2 and I am getting errors in the nginx log SSL_shutdown() failed (SSL:...
View Articlenginx (1.8.1) and timer_resolution cause freezed downloads on linux (4.4.1)
Using archlinux related topic on arch forum https://bbs.archlinux.org/viewtopic.php?pid=1602417#p1602417 After linux kernel update I found that file transfers through loopback (lo) network interface...
View Article