How to install njs after building from sources (1 reply)
Hello, I built NGINX and njs from sources. Now I have njs executable and some static object files under ~/njs/build. How should I install njs or configure NGINX to run with njs? regards, mustafa...
View ArticleTrying to setup SSL - Error too many redirects (no replies)
server { listen 80; listen [::]:80; return 301 https://$host$request_uri; ssl_certificate /etc/ssl/certs/bluegrasscounty/certificate.crt; ssl_certificate_key /etc/ssl/certs/bluegrasscounty/private.key;...
View ArticleError_log format (json) or suggestions? (no replies)
Howdy, I've a project that I need to send the error log but it only accepts json format (I know I know), in the past I used logstash but right now that is not an option so looking to see if anyone has...
View ArticleMultiple Domain CORS (2 replies)
Hi All, I would like to use cloudfront.net content inside my webapp and its throwing Access-Control-Allow-Origin error and have added the header for single host on Nginx to make it work now. The...
View ArticleActions after cache miss is detected (no replies)
Hello, Is there a way to perform an action after a cache miss is detected but before the request is forwarded to the upstream server? Specifically, on a cache miss I want to: Return a response instead...
View ArticleRegarding nginx load balancing based on cpu, memory (no replies)
hi experts, We had tried hash type load balancing (explorer other types too), but we could not find a rule / config where it can load balance based on cpu or memory limit of application server Do we...
View ArticlePROXY protocol to upstream server (2 replies)
Hi, It seems that nginx can accept PROXY protocol fine, but when it comes to forwarding, it can only do so only within a stream { server { … proxy_protocol on; } } . Are there any plans to add...
View ArticleReminder: Help Shape the Future of NGINX in the 2018 User Survey (no replies)
Hello- Sending out a friendly reminder: our annual NGINX User Survey is now open. Your feedback is incredibly important in helping us shape our products and services to better serve you. If you haven’t...
View ArticleNginx C API: Traversing the configuration tree (1 reply)
Hi all, I’m writing a small monitoring module and I need to perform some set-up after the configuration object has ben initialised. I use the postconfiguration-hook in ngx_http_module_t and would like...
View Articlehostname based listen directive with A/AAAA RRs (1 reply)
Hello, Will the following listen statement bind to all addrs (2xIPv4 and 2xIPv6)? server { listen www.nginx.org:443 ssh http2 ipv6only=no bind; .... } -Jim P....
View Articlenginx error (connect() failed, 61 "Connection refused", but everything works)...
I have a set of minio (S3-compatoble block storage) servers running behind nginx on macOS High Sierra. While everything seems to work OK, I have noticed an unexplained error in the nginx logs. For...
View ArticleUsing Nginx for TCP Mirroring (no replies)
Hi, Can any one help in using Nginx for TCP mirroring. i.e We want to send 1 TCP request to 2 servers. There is a module ngx_http_mirror_module,...
View ArticlePerhaps you will come into rage, but it's better than to dwell in the dark...
(no text in body found)
View ArticleFeature request (no replies)
Hi Not sure where to put this. But I would like to have the ability to add client cert required any where on the URI tree so www.abc.com.au/ you can access with out a cert but www.abc.com.au/private/...
View ArticleWordPress multisite with root url as Laravel application (1 reply)
I am running a wordpress multisite website with subdomain option. example.me is my main website https://one.example.me, https://two.example.me/two etc are the network websites. Now I am planning to...
View Articlemaking telnet secure using Nginx redirect options (no replies)
Hi All, We have a traditional custom server which is based on telnet at port 9932. Can we make it secure by just using Nginx.conf setting. something like: location /mytelnet { grpc_pass telnet...
View Articlerewrite rule: MediaWiki to static site (1 reply)
Hello. I'm diverting traffic from an retired MediaWiki site to an active static site. I'm somewhat confused with the process of `rewrite`-ing old URLs with a query string to standard URLs *without* a...
View ArticleHelp Shape the Future of NGINX in the 2018 User Survey (no replies)
*Hello- Our annual NGINX User Survey closes Wednesday (8/22). Your feedback is incredibly valuable to us, so if you haven’t yet, please take 10 minutes to complete the survey.Link to survey:...
View ArticleHow to produce stale event for nginx (no replies)
I am studying nginx by reading and debugging source code. I want to produce the stale event, what is the simplest way to make it happen? Thanks very much
View Article“max_conns” in upstream is not working what I've expected; (no replies)
Hello Super Heroes. I want to limit connections in a service. So I used max_conns directive in upstream. But it allows twice connections as many as I've set. So, I suspected myself. Maybe… Am I used...
View Article