Trouble installing nginx-plus on Alpine docker image
Greetings, I have an NGINX+ free trial and I want to get an NGINX+ container up and running for my bosses before we purchase a paid subscription. So I'm following the instructions for installing NGINX+...
View ArticleReverse proxy to SSL with nginx
The topic is much nicer formatted here: https://community.letsencrypt.org/t/2-server-2-certbots-same-ip-nginx-proxy-redirect/127218/1 Setup: Two server in a home network Same public IP adress Server 1...
View ArticlemTLS | how to with self-signed cert for client and ssl Certificate Request...
Hello. I work on a project that provides an mTLS scenario, but the clients need to use self-signed certificate during the handshake phase. It is a scenario expected by oauth2 / openID. I need to...
View ArticleClient cert not received with SNI extension on Openssl and ssl_verify_client off
Hi, I have a use case where I want to proxy client certificate to upstream services but do not want to validate cert on Nginx. I have a single server and the following SSL configuration - server {...
View ArticleNginx -Reverse proxy
Hello, Greetings, I have 2 Aws elasticsearch domains (test/prod). i need to access both kibana dashboard using single nginx reverse proxy server. can any please help me with nginx config file and...
View ArticleUpstream address is not getting resolved
Hi All, We are facing an issue, where incoming request is failed to resolve upstream IP address. Getting below error nginx custom.log. XX.XXX.228.225 - [21/Jul/2020:04:17:38 +0000] request="GET...
View ArticleNginx -Reverse proxy -Aws elastic search
Hello, Greetings I have 2 Aws elasticsearch domains (test/prod). i need to access both kibana dashboard using single nginx reverse proxy server. can any please help me with nginx config file and steps....
View ArticleCan Nginx reverse read response headers from a subrequest authorization server
Hello, I'm trying to use Nginx as a reverse proxy that authorizes users in a subrequest through an authorization server (as mentioned in...
View Articlenginx-rtmp
hi - i am completely new to rtmp and nginx and ubuntu i just want to use a vps to restream my stream to multiple site like twitch, youtube etc... it worked fine for me but recently my main streaming...
View Articlehow to set remote addr of client ip in nginx
I'm using nginx as a load balancer for my web application. My request flow will be like : User --> Nginx --> Tomcat. I'm trying to get client ip address with "request.getRemoteAddr()" in my java...
View Articlenginx subsite configuration not working
Hi, I am running nginx version: nginx/1.16.1 on CentOS Linux release 7.8.2003 (Core). I am setting up the Nginx subsite configuration. The details are as follows. retail is a soft link inside...
View ArticleCaching and PHP ...
Hello, I am just migrating from Apache and am wondering how caching works for my PHP scripts. If I go to my website on Apache, the response headers include: ``` Expires: Thu, 19 Nov 1981 08:52:00 GMT...
View ArticleUnable to resolve localhost with nginx
I have a weird problem with nginx I have a node server running in port 3000 and other in port 3001. I am testing my app locallly. My main api run in port 3001. All resources using the api on this port...
View ArticleRe: http to https not working.
This is working to me: I am using windows: http { rewrite_log on; include mime.types; default_type application/octet-stream; log_format main '$remote_addr - $remote_user [$time_local] "$request" '...
View ArticleIs upstream zone shared between upstreams?
Hi, we are using different pools of FastCGI servers in different upstreams, with the 'least_conn' balancing method. upstream zone_a { zone server-pool 64k; least_conn; server 10.1.0.4:9001; server...
View ArticleNGINX web server - incognito Mode - http to https
I have a NGINX based web server, which redirects http requests to https. When I hit the URL in incognito mode, it doesn't load the http page until page is loaded by https. Then http too works after....
View ArticleSecurity Configuration
I recently set up an Nginx server for a Grafana application that we are using. The application also includes two additional services to allow user to view and copy raw data from the system. Nginx is...
View ArticleNginx Loadbalancer on K3S(light weight kubernetes)
Hi All, I need information on nginx loadbalancer on K3S. I want to configure nginx loadbalancer on k3s with 2 nodes cluster. We can install nginx on master node, but how to configure worker node in...
View ArticlePIDFile= references a path below legacy directory /var/run/
Systemd claims that: /lib/systemd/system/nginx.service:9: PIDFile= references a path below legacy directory /var/run/, updating /var/run/nginx.pid → /run/nginx.pid; please update the unit file...
View Articleinexplicable epoll delay
Hello everyone I use nginx server as a load balancer/ I've just encountered Nginx introduces a delay 5 seconds. Access log: 192.168.10.86 - - [24/Sep/2020:12:37:58 +0300] "POST .. HTTP/1.1" 200 0 "-"...
View Article