> We have a server (real name substituted by mapserver.example.com) running
> nginx 1.18.0 on CentOS 7 with php-fpm listening on port 9001.
Does the fpm listen also on ipv6 interface?
Check: ss -ntlr | grep 9001
If you see [::]:9001
Since you have fastcgi_pass localhost:9001; I assume at some
Hello,
To start with, I am not an nginx geek, so please be patient with me!
We have a server (real name substituted by mapserver.example.com)
running nginx 1.18.0 on CentOS 7 with php-fpm listening on port 9001.
The server is only serving a maps application. The application is mainly
called
> I have a question about nginx internals. How does nginx ensure high
> throughput? I understand that nginx uses many parallel connections by using
> epoll. But what about processors? Is connection handling spread amongst
> multiple processors to handle any processing bottleneck?
If necessary y
Hi,
I have a question about nginx internals. How does nginx ensure high
throughput? I understand that nginx uses many parallel connections by using
epoll. But what about processors? Is connection handling spread amongst
multiple processors to handle any processing bottleneck?
The reason I ask is
I found out that I need to increase http2_max_field_size value.
Posted at Nginx Forum:
https://forum.nginx.org/read.php?2,290117,290120#msg-290120
___
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
> On 1 Dec 2020, at 11:11, Andreas Bartelt wrote:
>
> On 11/30/20 11:39 PM, Maxim Dounin wrote:
>> Hello!
>> On Mon, Nov 30, 2020 at 06:41:18PM +0100, Andreas Bartelt wrote:
>>> On 11/30/20 4:07 PM, Maxim Dounin wrote:
Hello!
On Sun, Nov 29, 2020 at 04:01:07PM +0100, ng...@barte
On 11/30/20 11:39 PM, Maxim Dounin wrote:
Hello!
On Mon, Nov 30, 2020 at 06:41:18PM +0100, Andreas Bartelt wrote:
On 11/30/20 4:07 PM, Maxim Dounin wrote:
Hello!
On Sun, Nov 29, 2020 at 04:01:07PM +0100, ng...@bartelt.name wrote:
I've noticed that nginx 1.18.0 always enables TLS 1.3 even i
Hello,
What is the comparable setting to tomcat maxHttpHeaderSize ?
I have to set this to 20KB on nginx proxy.
I tried below but they were not working:
client_header_buffer_size 20k;
large_client_header_buffers 4 20k;
proxy_buffers 8 20k;
proxy_buffer_size 20k;
Posted at Nginx Forum:
https://fo