rpm packaging a web application software to run on nginx (1 reply)
Hi,I'm trying to add Nginx support to the LDAP Account Manager RPMpackage.In Apache, the package adds a /etc/httpd/conf.d/lam.apache.conf thathas a simple Alias directive:Alias /lam...
View ArticleHow to combine text and variables in fastcgi_param? (1 reply)
Hello there dear nginx people,I am a beginner in nginx and also to mailing lists. :) Once read thedocs I can't say I am sure I remember all the important parts so pleaseexcuse me if I am asking...
View Articlenewbie help - unknown directive memc_pass (2 replies)
I'm a newbie to unix and nginx so please be gentle :) I'm starting to pull my hair out a bit now so figured I'd ask for some pointers.Im trying to build a nginx version which includes memc...
View Article[ANN] sticky-nginx-module forked and extended (no replies)
Hi List,i'm proud to announce the comeback of the nginx-sticky-module.i included a patch by markus linnala to mark route-cookieshttponly/secure and put the modified version...
View Articleupstream sent invalid chunked response (2 replies)
Hi,We are using nginx as a reverse proxy before JBoss and Apache. Certain POSTrequests are failing when passing through nginx. /var/log/nginx/error.logshowed errors like this:2014/02/24 10:05:05...
View ArticleWorker dies with a segfault error (2 replies)
Hello,Hello,I have an issue with segfaults especially when I send lot's of traffic to the server. The hardware is an HP proliant G8 with 24 cores but I am using only one worker because the problem...
View ArticleResend - worker_connections are not enough while requesting certificate...
I have seen errors in my logs: worker_connections are not enough whilerequesting certificate statusI believe the main problem was that the worker_connections was set too low,and I've fixed that.However...
View ArticleRewrite all https to http except one location (3 replies)
Hello,I have a SSL config likeserver {server_name ...;# do not rewrite thislocation /mailadmin/(.*.\.php)${...# some stuff}location / {...rewrite ^ http://$server_name$request_uri? permanent;}location...
View ArticleRewrite https to http expect one location (2 replies)
Hello,I have a config like:server {...# do not rewrite thislocation /mailadmin/(.*.\.php)$ {# some stuff}location / {# some other stuffrewrite ^ http://$server_name$request_uri? permanent;}location ~...
View ArticleWeird bad gateway issues (1 reply)
I am using nginx/1.1.19 (Ubuntu 12.04.3).I have 3 reverse proxies setup, like so:server {listen 80;server_name ebatch.example.com;client_max_body_size 20m;location / {proxy_pass...
View ArticleInclude order and variables definition in configuration (5 replies)
Hello,I am considering the following configuration:server {include fastcgi.conf # Default configuration coming with a Debianpackage which contains a definition of the SCRIPT_FILENAME FastCGI...
View Articlehttp header doesn't pass throw nginx to php-fpm (no replies)
I usehttp{underscores_in_headers on;ignore_invalid_headers off;and all works fine. php code can see HTTP_RANGE in $_SERVER array.but when I use fastcgi cache.location / {if ($request_method != GET) {...
View ArticleNGINX proxy, 502 error while SSL handshaking to upstream (1 reply)
Hello everyone, I'm new here and this my first post in this mailing list,Maybe this is a frequently answered question but I could't find a solution.Maybe is a "layer 8" issue.Right now, I have a...
View ArticleReverse and Forward proxy? (no replies)
Hi,Can nginx run as a forward and revers proxy in the same host?I am looking for a solution to the below1) Forward ProxyApp Server > Proxy Server > Internet > Source IPMy App server will need...
View ArticleNGINX SSL Session Ticket Key (2 replies)
Hi!Recently nginx implemented support for ssl_session_ticket_key allowingto setup key(s) for SSL tickets encryption explicitly. This is usefull whenmultiple nginx servers must share the same set of...
View ArticleOdd issue with proxy_pass serving wrong cached data (3 replies)
I'm having an odd issue, and I'm not sure where to start.We've been implementing a number of NGINX servers recently, and one of them is doing a proxy_pass to an older IIS7 server that we'll be phasing...
View Articlegzip cause white screen of death (wsod) (1 reply)
Hi Guys, I have a problem here. My website, www.tokopedia.com use nginx 1.5.10 with gzip activated. Some of our users got white screen of death (wsod). It turns out that it is because of gzip. These...
View ArticleBest possible configuration for file upload (no replies)
We are using nginx for file uploads instead of directing to the backend servrs. Used lua openresty module to get the data in chunks in write it to local disk. File size could vary from few KB's to...
View ArticleIncrease either types_hash_max_size: 1024 or types_hash_bucket_size: 32 (no...
Hello,I got below error after updating Nginx from nginx-1.4.4-1 to nginx-1.5.10-1.nginx: [emerg] could not build the types_hash, you should increase eithertypes_hash_max_size: 1024 or...
View Article[SHOW'N'TELL] Primitive RBAC/AAA implementation in nginx config (no replies)
Hi all -I spent some time poking at a interesting problem that came up lastnight, and ended up with this primitive RBAC system, implemented indeclarative nginx config.You might find it useful, or might...
View Article