...
Code Block | ||||||||
---|---|---|---|---|---|---|---|---|
| ||||||||
<Connector protocol="org.apache.coyote.http11.Http11NioProtocol"
port="8443"
maxThreads="200"
scheme="https"
secure="true"
SSLEnabled="true"
keystoreFile="/home/plusworkflow/plusworkflow-prod/server/conf/certyfikat.pfx"
keystorePass="hasło_do_pfx"
keystoreType="PKCS12"
clientAuth="false"
relaxedPathChars="[]|"
relaxedQueryChars="[]|{}^\`"<>"
URIEncoding="UTF-8"
sslProtocol="TLS"
maxHttpHeaderSize="65536"
maxPostSize="40194304"/> |
...