Hi everyone,
I’m trying to optimize mail-proxy.
My performance test is 1 client sends many request to 1 nginx server.
This is my current settings:
worker_processes auto;
worker_rlimit_nofile 10;
#error_log /var/log/nginx/error.log debug;
#error_log /var/log/nginx/error.log warn;
erro
Thank you for your reply!
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,278532,278655#msg-278655
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
-- Forwarded message --
From: bukow bukowiec
Date: Mon, Feb 19, 2018 at 9:44 PM
Subject: Question about wildcard nginx entry.
To: nginx@nginx.org
Hello, first time i am writing here, i don't know if my message will go
further :)
Anyway, can anyone tell me why nginx does not sup
I think this will set the headers only for the login URL but still ask for the
certificate on all URLs. And this is not what I need, I only want to have to
present a certificate for a single URL
Am 19. Februar 2018 16:35:59 MEZ schrieb Jason Whittington
:
>I would think "location=" would solve
I would think "location=" would solve this. What about something like the
following?
server {
listen 443 ssl http2;
server_name localhost;
ssl_certificate ...
ssl_certificate_key ...
ssl_session_cache shared:SSL:1m;
include templates/ssl
I need to secure only a single URL on my server by demanding or enforcing
client certificate based authentication. My application is called by opening
"myapp.local" and if necessary it logs in a user by issuing a call to
"myapp.local/login". I can not create a second hostname to do the login,
On 19/02/2018 14:02, Wiktor Kwapisiewicz via nginx wrote:
> Hello,
>
> I'm looking for a way to route traffic on port 443 based on ALPN value
> without SSL termination.
>
> ssl_preread_module [1] does something similar but the only exposed
> variable ($ssl_preread_server_name) is for SNI, not ALP
Hello!
On Mon, Feb 19, 2018 at 04:38:00AM -0500, Andrzej Walas wrote:
> Thanks for your replay I will update nginx I search again.
>
> Can you anwser on my couple questions:
> 1. Can you tell me what happend with downloaded part of files when I have:
> 1.1 [error] 16082#0: *1264804 upstream prem
On Mon, Feb 19, 2018 at 12:02:06PM +0100, Wiktor Kwapisiewicz via nginx wrote:
> Hello,
>
> I'm looking for a way to route traffic on port 443 based on ALPN value
> without SSL termination.
>
> ssl_preread_module [1] does something similar but the only exposed
> variable ($ssl_preread_server_name)
Hello,
I'm looking for a way to route traffic on port 443 based on ALPN value
without SSL termination.
ssl_preread_module [1] does something similar but the only exposed
variable ($ssl_preread_server_name) is for SNI, not ALPN.
A bit of context. I'd like to use nginx to host regular HTTPS server
Thanks for your replay I will update nginx I search again.
Can you anwser on my couple questions:
1. Can you tell me what happend with downloaded part of files when I have:
1.1 [error] 16082#0: *1264804 upstream prematurely closed connection while
reading upstream
1.2 [crit] 16082#0: *1264770 pwri
11 matches
Mail list logo