mirror of
https://repository.entgra.net/community/product-iots.git
synced 2025-09-16 23:32:19 +00:00
Increase maxHttpHeaderSize of catalina-server.xml
This commit is contained in:
parent
1549d2c2a0
commit
052f9dcce6
@ -29,7 +29,7 @@
|
||||
port="9763"
|
||||
redirectPort="9443"
|
||||
bindOnInit="false"
|
||||
maxHttpHeaderSize="8192"
|
||||
maxHttpHeaderSize="16384"
|
||||
acceptorThreadCount="2"
|
||||
maxThreads="250"
|
||||
minSpareThreads="50"
|
||||
@ -54,7 +54,7 @@
|
||||
port="9443"
|
||||
bindOnInit="false"
|
||||
sslEnabledProtocols="TLSv1,TLSv1.1,TLSv1.2"
|
||||
maxHttpHeaderSize="8192"
|
||||
maxHttpHeaderSize="16384"
|
||||
acceptorThreadCount="2"
|
||||
maxThreads="250"
|
||||
minSpareThreads="50"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user