error log truncates important infos (2 replies)
We have error logs like this: 2016/06/14 12:47:45 [error] 21036#21036: *378143 FastCGI sent in stderr: "PHP message: PHP Notice: Undefined index: model_name in...
View ArticleDrupal 7 and Coldfusion Proxy (2 replies)
Good morning everyone! I have an issue that I am hoping is just a simple error on my part and the collective wisdom of the gurus here might solve it. My setup : RHEL 7, Nginx 1.10, PHP 7 and Drupal 7...
View ArticleREST URLs and NGINX (config help needed) (1 reply)
Hi, Based on scraps found in the NGINX docs, I have a semi-working config that looks as follows : ##### location /demo { allow 10.0.0.0/8; deny all; try_files $uri @pdemo; } location @pdemo {...
View ArticleResponse from proxy server buffered in memory? (no replies)
I configured nginx as reverse proxy to an application server java disabling the proxy buffering: proxy_buffering off; proxy_request_buffering off; I noticed that when a client makes a request to the...
View ArticleMapping non-empty $query_string (no replies)
Hi! I'm running a Wordpress based website on my server, I've set up fastcgi cache recently. Now I want to get rid of evil-ifs, that are used to detect cache skipping cases, and replace them with map. I...
View Articlenginx custom module multi process help (1 reply)
Hi, I'm new to nginx development and I have to work on a custom nginx module. The module is designed to provide a list of variables for the user to use in the nginx.conf file. Whenever those variables...
View Articleadd limit_upstream to nginx (no replies)
I wrote a module for nginx 4 years ago which limited the number of connections to upstream in order that the upstream servers would not be too busy to work efficiently. Now I think this module is...
View Articlesend_header with NGX_HTTP_INTERNAL_SERVER_ERROR code (1 reply)
Hello, I have created my own NGINX module, which get rest request and return a response. When I send a response with status 500 (NGX_HTTP_INTERNAL_SERVER_ERROR) or 404 (NGX_HTTP_BAD_REQUEST) I see on...
View Articlenginx.org packages GPG key expiration & update (no replies)
Hello, As some might have noticed, the expiration date of the GPG key we use to sign repos and packages for Linux distributions [1] was getting close (2016-08-17), so I've prolonged the key validity...
View ArticleWhat exactly does keepalive_timeout work? (1 reply)
Hi, I'd like to understand how `keepalive_timeout` works. The description in the documentation isn't very clear and I couldn't get an answer to my satisfaction on #nginx IRC. People seem to have their...
View Articlenginx core dump explodes (no replies)
nginx version: nginx/1.11.1 built with OpenSSL 1.0.2h 3 May 2016 I try to debug those alerts currently, which only appear after a reload: 2016/06/17 13:10:49 [alert] 14624#0: *15709 open socket #626...
View ArticleTCP hostname routing using SNI (1 reply)
We need TCP (not http) hostname routing for an environment we are creating using k8s and ingress with the nginx ingress controller. We are trying to figure out if there is a way to create an nginx...
View ArticleSSL handshake failed with mutual TLS (no replies)
Hello everyone. I'm setting up an internal web server that will accept requests from another systems (mostly enterprise-ish something) authenticated with client certificates. We've successfully...
View ArticleWhy set keepalive_timeout to a short period when Nginx is great at handling...
I read something interesting today: https://blog.martinfjordvald.com/2011/04/optimizing-nginx-for-high-traffic-loads/ "Keep alive is a HTTP feature which allows user agents to keep the connection to...
View Articlelimit_conn is not limiting the number of connections in my use case (1 reply)
Hello, I have a hard time understanding limit_conn My NGINX has the configuration below. I would expect to see 16 connections on the backend server 192.168.10.131 defined in the "dynamic" directive....
View ArticleSend Strict-Transport-Security header in 401 response (1 reply)
Hello, I would like to send the header: add_header Strict-Transport-Security "max-age=31536000; includeSubDomains"; Despite the 401 Unauthorized request. Is that possible? Currently the header is only...
View ArticleDouble Redirect (2 replies)
Hi everybody, I'm having an issue with our site. We're trying to redirect all traffic of http://example.com to https://www.example.com. Testing out our site, what happens is that http://example.com...
View Article(no subject) (no replies)
Sent from my iPhone > >> On Saturday 18 June 2016 14:12:31 B.R. wrote: >> There is no downside on the server application I suppose, especially since, >> as you recalled, nginx got...
View Articlehow to forbidden other site stealing my forum attachment ? (5 replies)
Hello everyone, My forum posts and attachments have been stolen much more by other site. and I write a nginx rule to prevent, without success, please guide. example this forum:...
View ArticleSNI support for nginx (4 replies)
Hi, I am relatively new to nginx. I would like to setup multiple domains on the same port. Nginx has SNI support enabled. Do i have to still point to the right ssl certificate and ssl private in each...
View Article