Re: Change customer Server Header without compiling it?

2022-03-07 Thread Sergey A. Osokin
Hi Blason, On Mon, Mar 07, 2022 at 10:39:53PM -0500, blason wrote: > Hi Team, > > I have Ubuntu 20.04 and Nginx 1.20.1 installed from Official Nginx > repository. I already have made the server_tokens to off however wondering > if customer header can be added without recompiling it? With any modu

Change customer Server Header without compiling it?

2022-03-07 Thread blason
Hi Team, I have Ubuntu 20.04 and Nginx 1.20.1 installed from Official Nginx repository. I already have made the server_tokens to off however wondering if customer header can be added without recompiling it? With any modules or packages on ubuntu 20.04? TIA Blason R Posted at Nginx Forum: https:

Re: Nginx Reverse Proxy - Stale proxy_pass URL

2022-03-07 Thread Sergey A. Osokin
Hi Ben, hope you're doing well. On Mon, Mar 07, 2022 at 07:53:04PM +, Ben Mills wrote: > Greetings nginx, > > nginx version: nginx/1.18.0 running an AWS EC2 instance with an Amazon Linux > 2 AMI. I'd highly recommend to update the nginx OSS to the recent stable version, 1.20.2 [1]. [...]

Nginx Reverse Proxy - Stale proxy_pass URL

2022-03-07 Thread Ben Mills
Greetings nginx, nginx version: nginx/1.18.0 running an AWS EC2 instance with an Amazon Linux 2 AMI. Using this nginx.conf for reverse proxy and mutual authentication of some specialized mobile devices. server { listen 443 ssl ; server_name serviceapi.

query about nginx plugin module for reverse proxy

2022-03-07 Thread 백종선
Hello, nginx team. I'm using nginx as reverse proxy . I'm trying to make nginx plugin module(I'm noob of this) for some purpose . I have back-server opening websocket behind nginx . client <-> nginx(reverse proxy) <-> back-server(websocket) back-server is listening 3 numbers of websocket. - webso