Reverse proxy
Hi, I am setting up a reverse proxy in freebsd with nginx. How can I deny access to a specific IP on my internal network? In my case I have defined the following within the location / parameter:...
View ArticlePort 22: Broken Pipe
Hello Nginx Community, I have an Nginx VM (built on Ubuntu 18.0.4) on a Proxmox VE Server. It is Reverse Proxying several other VMs. Over the last 5 days, after a couple hours at best, my Nginx VM will...
View ArticleRe: Nginx -Reverse proxy
Hi, If you strapped for time on reading the manual, I would suggest just install NGINX Proxy Manager here: https://nginxproxymanager.com/ It provides a GUI interface that covers most common reverse...
View ArticleHow to do Domain Mapping/Masking
We have a wordpress mulsite site with multiple subsite. Below is the sample of a subsite url Subsite 1: example.com/tw/en We want to mask that domain and to show user example.com.tw/en or example.tw/en...
View ArticleIntermittent Nginx request not reaching tomcat upstream servers
Hi Team, We are using Nginx as a reverse proxy to our tomcat upstream applications servers but some of the requests not reaching tomcat servers and didn't find anything in applications logs and that...
View ArticleNginx - HTTPS forward proxy
Hello, I am trying to setup a HTTPS forward proxy(nginx) which accepts the requests , rewrite it and send to the original source. original request - http://randomimg.com/picture.jpg TO...
View Articleseek function mp4 nginx | reverse proxy
The current configuration allows us to reverse proxy + cache a certain server with video content (mp4). The problem we have is in the seek function (go back and forth through the player on the video),...
View ArticleNginx SSL Errors
My error log gets about 100 of these errors every day. I'm using Nginx 1.19.6 - OpenSSL 1.1.1i ssl_protocols TLSv1.2 TLSv1.3; ssl_session_cache shared:SSL:20m; ssl_session_timeout 2h; ssl_stapling on;...
View Articlenginx, limit_conn_zone $request_body not working
I would like to limit some nginx location and avoid two parallel FastCGI threads for the same POST data ($request_body). I've added a limit connection zone and configured connection limit on a...
View ArticleNginx (1.16.1) ignores the -prefix path set in compilation
Hi I'm trying to install Nginx in an embedded system with a custom OS created with Yocto running on an ARMV7architecture. So far I have managed to crosscompile the source following this guide:...
View ArticleRe: Nginx (1.16.1) ignores the -prefix path set in compilation
So I have managed to run nginx by compiling it with --prefix as the only path and using the "-p /SYSTEM_DISK/nginx" option in the terminal. In any case, I consider this to be a temporary solution and...
View ArticleNginx Encoding/Decoding problem
Hello , I am having issues sending a request using nginx to upstream. (internet). The URL which received by nginx is encoded. I was under the impression that nginx does decode or able to send the URL...
View Articledirect the request to an external proxy
I have a VM with nginx reverse proxy configured in it. I want to redirect those requests coming to to a CDN via a forward proxy which is already configured and working well. The VM, I am working on...
View Articlessl passthrough
Hi All, We have used nginx ingress controller to listen on 10002 and forward https traffic to 9443 and 10001 respectively based on location and url. ssl passthrough is enabled. When ssl pass through is...
View ArticleLimit Basic Auth User to 1 connection per user
Found this post on serverfault about this. I attempted to set the limit_conn limit to 1 but its still allowing more than one login. Trying to limit each user to a single session. limit_conn_zone...
View ArticleRe: Limit Basic Auth User to 1 connection per user
Just need to find away to limit concurrent sessions by user whether that's by limiting user access using an IP. So the each user can only access that system using from one public ip. Trying to find...
View Articlegrpc_pass and proxy_pass setting up on one nginx conf
Hi there, 1. Can we use grpc for accessing the website also(securely with https)? I am trying to configure Percona's PMM server with proxy using nginx. Now, the setup is, client <-->proxy server...
View Articledebug_connection doesn't load
events { worker_connections 65000; debug_connection << ip here >> } #Web Servers http { # Def In order to troubleshoot production issue specific users/clients and avoid having huge debug...
View ArticleDebugging "bind() failed (98: Address already in use) while connecting to...
Hi, I've seen a pattern of errors on Nginx under load, where a single host returns a large burst of 500 errors along with messages in the error log like: > 2021/02/03 00:52:32 [crit] 217#0: *289501...
View ArticleNginx and SSL
Hi All, I m having a problem with a very simple nginx docker implementation on a raspberry pi 2B. I’m trying to setup secure access via port 443, using self signed certs. HTTP request [port 80] works...
View Article