Re: Multiple SSL web sites with nginx

2020-07-12 Thread Bee.Lists
> On Jul 12, 2020, at 3:08 PM, Ian Hobson wrote: > > This is not correct, see > https://nginx.org/en/docs/http/ngx_http_core_module.html#server where it says > > Syntax: server { ... } > Default: — > Context: http > Sets configuration for a virtual server. There is no clear sep

Nginx customized authorization

2020-07-12 Thread jeffgx619
Hello, Nginx experts: I wonder if the nginx can support customized authorization. I am deploying Nginx on K8S, and would like to use nginx as proxy server for authentication and authorization. For authorization part, I want to check whether the user belongs to a specific namespace or not. Could

Re: Multiple SSL web sites with nginx

2020-07-12 Thread Ian Hobson
On 12/07/2020 17:43, Bee.Lists wrote: On Jul 12, 2020, at 9:43 AM, dorafmon wrote: I am trying to host multiple web apps on the same machine and they are all SSL enabled. I am trying to put an Nginx server in front of them to redirect incoming requests to different ports. The domain carri

Re: Multiple SSL web sites with nginx

2020-07-12 Thread Bee.Lists
> On Jul 12, 2020, at 9:43 AM, dorafmon wrote: > > I am trying to host multiple web apps on the same machine and they are all > SSL enabled. I am trying to put an Nginx server in front of them to redirect > incoming requests to different ports. The domain carried forward is what nginx uses to

Multiple SSL web sites with nginx

2020-07-12 Thread dorafmon
I am trying to host multiple web apps on the same machine and they are all SSL enabled. I am trying to put an Nginx server in front of them to redirect incoming requests to different ports. Here is the configuration I have for this purpose: ``` server { listen 443 ssl; server_n