Content-Type header not proxied to downstream hosts (1 reply)
Hi,I'm new to nginx so am probably making a simple mistake but, for the life of me, I can't see what.I want to proxy requests with all headers that the request had to a downstream server if it matches...
View ArticleRegular expression length syntax not working? (1 reply)
HiThis is my second post. :-)I have a regular expression in my location directive to match on a URL.When I use:http {...location ~ ^/event/[0-9,A-Z]{16}/info$ {proxy_pass http://localhost:7777;}}}I...
View ArticleUsing the access_log if directive in 1.6.x (no replies)
Hi,I'm using nginx 1.6.2 on Amazon ec2 linux server. The problem I'm having is that all my 404 errors are going to my access.log. I want them to be redirected to error.log instead.I saw on other forums...
View Articlesending 404 responses for epty objects. (1 reply)
Hello,Due to issues with a backend beyond my influence i need to fix this with Nginx.Root-Cause: A CMS generates empty files on a filesystem which will be laterfilled with content. However: those files...
View Articlenginx to send 302 after a timeout (no replies)
Hello everyone,Can I have an Nginx initiate a 302, redirect, after a specific time?We use Nginx for load balancing and we would like to redirect requests that take more than 50ms (for example). Can it...
View Articlenginx cache expire settings issue.Can anyone help? (1 reply)
Hi I am new to Nginx. I need to add expire -1 for my JSON files in the below urlshttps://siteaddress/foldername /default.htm#/dashboard/ui.jsonlocation /foldername {index default.html...
View ArticleNginx lua module + SPDY = no request body (no replies)
Hello. I'm experiencing problems with combination of nginx lua moduleand SPDI. I use "access_by_lua_file" directive to validate requests.In the script request checksumm is validated, so I need to get...
View ArticleValidating client certificate against CRL (1 reply)
Hi,My Nginx is setup for Mutual SSL and it works well for the below nginx configuration.Hierarchy of certificates is RootCA******************************** |********************************...
View Article[nginx] hello world module build trouble (1 reply)
Hello,I am trying to build a simple nginx module to learn more about nginx'sinternals. I have copied several hello world examples into my ownmodule: http://pastebin.com/esHFtaMwAnd the config file:...
View Articlenginx + php-fpm = file not found (2 replies)
I am getting File not found error with nginx and i have been trying to fix this for hours.The config look similar to what i use on other sites but i don't know why it doesn't work.html files works fine...
View Articlestop automatic trailing slash addition (2 replies)
I was wondering if it's possible to have separate namespaces for '/test'and /test/'. For example:location /test {root /usr/share/nginx/test;}location /test/ {root /usr/share/nginx/test-slash;try_files...
View ArticleI install BigBlueButton 0.9.0-beta end have problem nginx and do not install...
?I install BigBlueButton 0.9.0-beta end have problem nginx and do not install bbbmake install full this manualhttps://code.google.com/p/bigbluebutton/wiki/090InstallationUbuntunow have problem how fix?...
View Articlenginx & php-fpm [debug] 11: Resource temporarily unavailable (no replies)
I am having troubles with a wordpress plugin running a full batch of imports. I get this error when I enable the nginx debug. The result is I get an immediate 404 error afterwards and I am unable to...
View Articlenginx & php-fpm [debug] 11: Resource temporarily unavailable (2 replies)
I am having troubles with a wordpress plugin running a full batch of imports. I get this error when I enable the nginx debug. The result is I get an immediate 404 error afterwards and I am unable to...
View ArticlePost Request Time Out (no replies)
Hi i create a module which is parse a post request.But it able to parse first post but other are getting time out what's the problem?Registering parser by ngx_http_read_client_request_body(r,...
View Articlenginx is eating my client request - multipart/form-data file upload (1 reply)
I am new to nginx, but am familar with low-level HTTP and apache. When I try to do a multipart/form file upload, nginx writes some of the client request body to disk, but never finishes and it never...
View ArticleIssue in ngx_http_parse_request_line (no replies)
Hi,I can see an issue in assigning the port_start and port_end members of ngx_http_request_t inside ngx_http_parse_request_line().If the request line has a absolute URI with explicit port specified,...
View ArticleEfficient CRL checking at Nginx (1 reply)
Hi,I want to check the validity of a client certificate against CRL. So, I have defined in nginx.cong as followslisten 80;listen 443 ssl;server_name localhost;ssl_certificate...
View ArticleSPDY: nginx/1.6.2: proxy_pass does not work when https is used (4 replies)
Hi,I've got a problem when tried to proxy spdy traffic to host via httpsprotocol.My config is simple like that:location /https/test {proxy_set_header X-Real-IP $remote_addr;proxy_set_header Host...
View Article