Performance of NGINX on 16 instances vs 1 instance (no replies)
Hello, I would like to know how NGINX works on a server with 16 cores. Is it is better to run one instance of NGINX in a bare metal or run 16 virtual servers with NGINX instance on each? Sincerely,...
View ArticleError 404 if url contains "star" (3 replies)
Hello, i have a very strange problem with my nginx configuration. If the URL contains the word "star", i get the standard 404 Error not found page. I defined a rule that should redirect all requests to...
View Articlecookie issue (no replies)
Hi, This is Pankaj,I am trying to write a module which is capable to access header value and set header and reading cookie and setting cookie. if i refer apache module then found apr_table_get() and...
View Articlecookie issue (no replies)
Hi , This is Pankaj,I am trying to write a module which is capable to access header value and set header and reading cookie and setting cookie. if i refer apache module then found apr_table_get() and...
View ArticleTLS/SSL Cache Automatic Purge (no replies)
Hi, My name is Arnaud and I am new to the list. I would like to know if NGINX is using any automatic purge mechanism for its TLS/SSL Cache configured using the following directives: ssl_session_timeout...
View Article1.9.14 - Issues with disabled request buffering and HTTP/2 (no replies)
Hello, we have an issue with the newest nginx version 1.9.14. I am not sure if this is a possible bug or a configuration problem. We use nginx with disabled request buffering (proxy_request_buffering...
View Articleupstream member liveness (3 replies)
What is the scope of the upstream member liveness: is it per upstream group, or per vhost ? If the question is unclear, consider I have 3 nginx - one balancer and two backends, and the following config...
View Articledisable caching for single virtual host (no replies)
Hi,I am using nginx as reverse proxy cache with Apache. Basically I use this configuration: https://www.djm.org.uk/wordpress-nginx-reverse-proxy-caching-setup/ I need to exclude a specific virtual from...
View ArticleDoes "include" use the "configuration prefix" or the "path prefix"? (2 replies)
I've read the documentation and it implies the "path prefix" would be used for the "include" directive. Example: "include mime.types" However, in practice, the "configuration prefix" is always used...
View ArticleNginx hack day project (no replies)
I was trying to think of a hack day project, and one idea was to implement a blob server similar to Facebook's haystack. Facebook did their server with the evhttpd library, I was thinking of making it...
View Articlereading cookie (no replies)
Hi, My name is Pankaj and i am new to this list. I would like to know how i can set cookie value and get cookie value. Please let me know is any module already written to do this. Regards, Pankaj...
View ArticleRedirection 301 create "Redirection loop" while using wordpress site. (3...
Dear All, I am very new to nginx and trying to learn it from very basic. i have a website and i am willing to remove the "www" before my actual domain name. the solution so far i have find out on...
View Articlegzip working for 443 but not 80 in same listener? (1 reply)
I added port 80 in my listener. # HTTPS server server { listen 80; listen 443 ssl; Gzip still works on 443, but css/js are not getting gzipped in port 80. My nginx.conf has gzip on; gzip_vary on;...
View Article$ssl_client_verify not working? (1 reply)
Hi, i was wanting to return a 403 when invalid client certificate submitted, however Nginx 1.9.6 returning 400 Bad Request, The SSL Certificate Error. Seems to return 403 fine when no certificate is...
View Articleload balancing % available (no replies)
Hello, I'm not yet an Nginx user, but have a question on it's capacbility. I've had a look at the http load balancer, but cannot see anything that would allow me to set the % or number of servers in an...
View Articleunknown directive "proxy_ssl" (1 reply)
Hi, I’m trying to configure Nginx 1.9.7 as a proxy server. This proxy server won’t serve as SSL termination for HTTPS requests, for which the proxy_ssl directive sounds perfect....
View Article(52) Empty reply from server (no replies)
Hi All, i am trying to set value in header with the help of below code snippet . ngx_table_elt_t *h1; h1 = ngx_list_push(&r->headers_out.headers); h1->hash = 1; ngx_str_set(&h1->key,...
View ArticleRedirection problem again in new rules. (3 replies)
Hi, there are multiple apache redirection rules that were working successfully. for example something like this Redirect 301 /aaaa/bbbbbbb /aaaaa/bbbbbb.html Now i have converted this rule in nginx...
View Articlenginx returns 503 when it gets 403 from haproxy (1 reply)
In my environment I have Nginx terminating connections, then sending them to an HAProxy upstream. We've noticed that whenever HAProxy emts a 403 error (Forbidden, in response to our ACL rules), NGINX...
View ArticleAdvise for NTLM-Auth (9 replies)
Hello, currently we run web applications on nginx accessible from MS clients part of a Windows Domain. the users are requested to authenticate via Basic-Auth (via HTTPS) which nginx validate against...
View Article