Whitelisting IP CIDR for a subdomain
Brand new to the forum and to NGINX so please be gentle.... Using NGINX Plus to be a load balancer for a .NET web application running on windows servers. We use subdomains to separate environments. We...
View Articleuneven load distribution in container
I am trying out the sample gRPC streaming application at https://github.com/grpc/grpc/tree/v1.19.0/examples/python/route_guide. I have modified the server to start 4 grpc server processes and...
View ArticleUse of tcp MD5 signature option (RFC 2385)
Hi, Is it possible to make nginx be a proxy between a client that communicates over tcp with MD5 signature option (RFC 2385) and a server without MD5 option? (Which means that nginx will be the...
View ArticleRe: How to Verifiy Nginx Source Tarball with GPG on Ubuntu Server
Hi noob13, Sorry nobody has answered your question. I realise this is a necropost and I'm going to get some heat for it, but I thought it worthwhile addressing, even if only on the off chance you get...
View ArticleSession and cookie in Nginx
I am setting up Nginx as a reverse proxy to my Go server. In my Go server, I have created methods to handle user sessions and cookies. Should I use Enabling Session Persistence in Nginx instead to...
View ArticleHow do I setup 'friendly urls'?
Hi there! I am currently using nginx mainline 1.5.9 and was wondering how I would setup friendly urls. https://hostup.org/billing/clientarea.php should be https://hostup.org/billing/clientarea. But...
View ArticleRDP over Nginx- help with Stream module
Hi fellow members, I am new to Nginx but have successfully set up a Linux server with Nginx and use that to remotely access my three windows servers but in doing so now cannot Remote Desktop into the...
View ArticleNGINX not routing calls from react app to backend app
I have an AWS Ubuntu server that hosts a react front end running at 127.0.0.1:4100 and calls a Go app using ports 127.0.0.1:1323.I installed Nginx and setup proxy pass for these two ports in...
View ArticleRe: Your PHP installation appears to be missing the MySQL extension which is...
I got the same problem but it might be different now because it is now 2019 but maybe the solution I presented below might help in case you encounter the same issue. PHP version 5.6 and below is no...
View ArticleHSTS configure
Good day! According to the HSTS tuning instructions (https://www.nginx.com/blog/http-strict-transport-security-hsts-and-nginx/). The problem is that we are not tested by...
View ArticleFind number of GET, POST requests on nginx
I want to get some HTTP request metrics from nginx - some simple ones like how many GET, POST requests have been handled; some advanced ones like total bytes of HTTP data received etc. I checked...
View ArticleHow to take heap dump
Hi, I am no table to take the heap dump. I tried jmap but it is not working for nginx. Can anyon eplease tell how to do it?
View ArticleNginx 1.14.2 LDAP Using Ubuntu 18.04
Hello, i have a really hard time getting any LDAP or LDAPS authentication to work with a portal supporting HTTPS. I have tried this package and obviously the http portal works ok...
View ArticleHow to log SSL handshake failure error along with Client IP
Hello everyone, I have an issue with logging SSL handshake failure errors for a particular client IP for my nginx configurations. My server lies on a vagrant local VM, and I am accessing the website...
View ArticleInstall wordpress beside rails app with subdomain on digitalocean.
Hello, I have created a droplet on digitalocean, where i host my rails app with Nginx. I am following this tutorial....
View ArticleUse of Variables in Upstream hash Session Persistance
Hi, Lets say I have 1 x nginx front end servers which load balances to 2 x app server and requires session persistence. I can set up an upstream group like this. upstream backend { hash $request_uri...
View Articlenginx : simple configuration with proxy_pass fail
Hello I try a simple configuration with an nginx v1.10.13. The configuration : events { } http { server { listen 80; location = /loc1 { proxy_pass http://192.168.0.5:80/; } } } and try this...
View ArticleSSO for NGINX
Hello There - Need some help with setting up SSO for one of our internal application which is running on nginx webserver. Basically, looking to implement SSO using SAML and OAuth, found some git-hub...
View ArticleRe: Use of Variables in Upstream hash Session Persistance
Seems this does work .. removing the consistent from the hash ensures it balances better. I put nginx into debug and the output showed it working.
View Article