websocket causes "client sent invalid method ..." (no replies)
Hello,I'm trying setup nginx for socket proxy. I was able to find that nginx can be configured to proxy websockets and added an error log file in the server configuration block to isolate the messages,...
View Articlenginx-1.9.2 + ssl + spdy segfault (no replies)
Segfault in nginx-1.9.2 with ssl and spdy module# nginx -Vnginx version: nginx/1.9.2built by gcc 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC)built with OpenSSL 1.0.1e-fips 11 Feb 2013TLS SNI support...
View Article[ANN] OpenResty 1.7.10.2 released (no replies)
Hi folks!I am pleased to announce the new formal release, 1.7.10.2, of theOpenResty bundle:https://openresty.org/#DownloadWe include a lot of fixes and new features accumulated in the last few...
View ArticleNginx doesn't redirect www no m in Safari, iPhone, iPad (4 replies)
The problem is, the site is entered with www in url in a mobile device with parameters in the url, it is redirected from www.domain.com to m.domain.com but the parameters entered with...
View ArticleDNS cache in nginx (no replies)
Hello ,I have an A record which resolve to 2 CNAME's , the DNS failover willmake the switch if something go wrong .The problem is that after a change the nginx stick to the OLD IPunless I reload it...
View Articlerewrite URL (1 reply)
Hello,I try to use Nginx as a proxy (for SSL) on a Jetty server. The Jetty application should be accessed by a subdirectory of my Nginx. I have setup this location configuration:location /myapp...
View Article[ANN] Nginx-Clojure v0.4.0 Release! (no replies)
0.4.0 (2015-07-06)New Feature: Server Side Websocket (issue #73)New Feature: A build-in Jersey container to support java standard RESTful web services (JAX-RS 2.0) (issue #74)New Feature: Tomcat 8...
View ArticleDebian Packages from nginx.org (1 reply)
Hey Guys,the Debian package for latest stable nginx contains a logrotate.d file with following contents:"create 640 nginx adm“However, the package does not create a user „debian“ and the user does not...
View Articlestub_status newrelic plugin (no replies)
Hello nginx experts,I wonder how nginx generate the server status by stub_status directive.I have set several virtual host on single server and I put the several nginx server behind load balancer.I...
View Articleproxy_cache_key with variables (2 replies)
I've just created a configuration composed of two servers.Both just forwards traffic from different ports (and protocols) to different servers, and keep responses in cache. It works nice.For both...
View ArticleMultiple add_header (2 replies)
Hello,I'm using PHP with nginx 1.9.2 and it works great!But there's something I don't understand with the add_header directive.I use add_header in server and location block, but it seems only the one...
View Articleleaking memory nginx 1.8.0 (11 replies)
Hello, need help with leaking memoryi installed fresh system , centos7.1 +directadmin + nginx1.8.0 + mariadb5.5.41 + php54 & php56 both with php_fpmthe server it for webhosting and i have there...
View ArticleRE: Nginx SFTP/FTP loadbalancer (1 reply)
Dears,This is Felix which is from Lenovo.I need your kindly help of nginx.Here is one question of nginx SFTP/FTP loadbalancer.The backend is two machines 10.96.144.195/10.96.144.196 service IP is...
View Articlefastcgi retry upstream (transparent php-fpm restart)? (no replies)
Hi,I'm using nginx with 1 php-fpm (via unix socket), and i'm wondering ifthere is a way to make nginx retry on error, something likefastcgi_next_upstream but for the same upstream.I would like to be...
View Article*_cache_revalidate directives (no replies)
Hello,From the documentation, I don't understand how the fastcgi_cache_revalidate (or scgi_cache_revalidate or proxy_cache_revalidate or uwsgi_cache_revalidate) works.Please, can someone explain what...
View ArticleDo not log "directory index of /foo/bar/ is forbidden" (no replies)
Hello,I have found "conditional logging" inhttp://nginx.org/en/docs/http/ngx_http_log_module.htmlIt seems that it only works on status codes.Is there a way to disable logging for something...
View ArticleWrong mimetype when served from nginx (no replies)
Hello,I have a small issue with my nginx (1.2.1) configuration:some files are served as "application/octet-stream" while they aredetected as "text/plain" by "mimetype <file>" command.File names...
View Articletry_files setup (no replies)
Hello,I'm quite new to the advanced nginx configuration so I will need yourhelp. :)I'm currently working on a nginx + php5-fpm (chrooted) + wordpress setup.My basic setup works fine but I wanted to...
View ArticleLost connection after reading 2147479552 bytes with sendfile (no replies)
Hi!I've bumped into a strange problem lately, and though I've found aworkaround I thought I'd post here to try and understand what theunderlying issue can be in case it affects anyone else.The short...
View ArticleProblem with devise and nginx proxy cache (no replies)
Hi.I have a RoR project which was working just fine.But i've tryied to follow this site and add proxy cache to my nginx config: http://vstark.net/2012/10/21/nginx-unicorn-performance-tweaks/ and devise...
View Article