Duplicate Requests for statistics
I want to make some statistics of the NGINX traffic (server side) with the number of requests, user-agent, referrer, etc... I want to make this as simple as possible, so I would like to avoid...
View ArticleCan I use variable in regular expression?
(Please excuse my English) I'm writing a Nginx configuration file using 'if' statement. Below is a part of the configuration file and it works well. --- set $destination $http_destination; set...
View ArticleHow to combine ssl_preread_protocol with ssl_preread_server_name...
Question: I want to run both ssh and a webserver on port 443/SSL. Also known as SSL-port-multiplexing. At the same time, I want to use ssl-passthrough with SNI. For ssh-multiplexing, I use...
View ArticleRe: How to combine ssl_preread_protocol with ssl_preread_server_name...
https://forum.nginx.org/read.php?11,260587,270659#msg-270659
View Articlenginx redirect (or proxy) to another localhost app
hi! beginner here. Is it possible in nginx to have path /appA, /appB map to localhost:9090 and 9191 respectively? i just wanted to redirect a path named /appA and /appB to localhost:9090 and 9191 but...
View ArticleHow to connect Windows CNG with Nginx in order to protect server private keys?
As I read on this question [1], private keys are protected by CNG mechanisms in Windows. So using NGINX, I would like to know how to stablish the communication between NGINX and this cryptographic API...
View Articlenginx Proxy routes requests based on certain strings in the request uri
I am creating a proxy with nginx which, depending on certain strings within the request, redirects to a server rather than another example...
View ArticleLAN-only Reverse proxy with made-up host/domain names
I am trying to put nginx in front of a few LAN sites (like pi-hole, munin etc.). My aim is to simply put something like "http://pihole1.lan" in a browser on any device on my LAN, and get to the...
View ArticleProxy https to https
Hey everyone, This is a bit of an odd situation that I'm trying to work around. My wife and I work at the same university but for different studies in different departments. My wife has a website...
View ArticleLocation attribute not properly configured in nginx.conf.
HI all, I am setting up my first nginx server. I have a REST API developed in .net core which has few methods in it. I am trying to use nginx as reverse proxy here. my api is running in this URL...
View Article