Serving files from a slow NFS storage (4 replies)
Hi all,In our production environment, we have several nginx servers running on Ubuntu that serve files from a very large (several PBs) NFS mounted storage.Usually the storage responds pretty fast, but...
View Articleproper directive to pass requests (no replies)
Hi AllI'm building my configuration slowly. Thanks for all the help so far. Mycurrent obstacle is this:As it is now, external users will access an internal IIS web server byusing http://my.domain.com....
View Articlehttp module handler, chain buffer and output_filter (1 reply)
Hey, i wonder why the server is freezing when i do a request to it and i do not define the "NO_PROBLEM" macro in the code.In my ngx_html_chain_buffers_init i do a ngx_pcalloc because i thought that the...
View ArticleSetting the SSL protocol used on proxy_pass? (no replies)
I am trying to set up a reverse proxy which handles SSL. This is my firsttime, so I may be doing something stupid.On the NGINX which is acting as a proxy I get this:SSL_do_handshake() failed (SSL:...
View ArticleHow to write nginx, NGINX or Nginx ? (5 replies)
Hello. I'm writing some documentation for a project that use NGINX. I'm wondering what's the correct way to write nginx.a) NGINX - Always all uppercaseb) nginx - Always all lowercase. Even at the...
View ArticleSSL (no replies)
I have two IIS servers with SSL certificate, and a load balancer withNGINX. I need to know if i must install a SSL certificate in the NGINXmachine to?Luis Vargas CatalánSEGURIDAD Y...
View ArticleError: This server's certificate chain is incomplete. (5 replies)
Hi AllI managed to get the nginx reverse proxy up and forwarding to my https webserver.I think I have missed something though as a user just let me know that whenhe tried to access the site he gets a...
View ArticleRedirect to domain TTFB very slow (6 replies)
HiOn my Nginx server i use a domain "domain.com" and i have all files here:/home/nginxs/domains/mydomain.com/publicThere i have a folder named "gadgets" and i have some files there and i use a redirect...
View ArticleHappy new 2015 ! (no replies)
And may your nginx keep performing no matter which OS it's running on !Also from the support staff at the forums and all contributors have a good one !
View ArticleTimeout for whole request body (no replies)
Nginx provides client_body_timeout which is only for a period between two successive read operations but in one of our use case we want to set timeout for whole request body. To set the timeout for...
View Articleproxy_pass ignoring gai.conf/RFC3484 (no replies)
Hi everyone (and a happy new year!),I'm trying to setup NginX as a reverse proxy to an internal machinewhich has both private IPv4 and ULA IPv6 addresses, both resolvable fromthe same name...
View Articlelimit_conn module exclude also on Maxim Dunin recommended code (no replies)
HiI am using this code to limit requests and exclude some ip's"http {limit_req_zone $limit zone=delta:8m rate=60r/s;geo $limited {default 1;192.168.45.56/32 0;199.27.128.0/21 0;173.245.48.0/20 0;}map...
View ArticleLocation served by all virtual servers (no replies)
Hi, I have some configuration issue with my nginx. Currently both URLs return the same page when I open:http://domain1.com/SharedFIles and http://domain2.com/SharedFiles.Location "SharedFiles" is...
View Articleresolver directive doesn't fallback to the system DNS resolver (no replies)
Hello,I am looking at how to use nginx's resolver directive (http://nginx.org/en/docs/http/ngx_http_core_module.html#resolver) to address this one issue i am facing. I have a host for which there is...
View ArticleUpstream Keepalive connection close (no replies)
I have Nginx server configured with couple of backend servers with keepalive connections enabled.I am trying to understand what will be the Nginx's behaviour in case the connection is closed by an...
View ArticleConversion Scripts (no replies)
Hi,Does anyone has any scripts to convert the F5 config to Nginx (acting as a reverse proxy) config?Thanks..
View ArticleBug re: openssl-1.0.1 (4 replies)
Hi AllI'm trying to use nginx to also proxy to owa. I am getting the error*peer closed connection in SSL handshake while SSL handshaking to upstream*I have read that this is due to a bug and that the...
View ArticleNginx restart/reload not working (no replies)
I have compiled nginx from source and i think that there is something wrong with my init script.I changed the error log from debug to crit but error log was still showing [debug] in logs.I had to...
View ArticleHTTPS Load Test (3 replies)
Hi Folks,I am trying to get some performance numbers on nginx by sending HTTP and HTTPS requests. My aim is to check the ratio of CPU usage, connections/sec across HTTP and HTTPS requests.In the...
View Articlenginx call external api (no replies)
Hi @all,i need some help with the following situation: we use nginx as reverse proxy for microsoft exchange owa / active syncAll working so far but since yesterday we have a new firewall (Palo Alto)...
View Article