Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update server.xml
pcaskey committed Jun 15, 2021
1 parent be03172 commit 2bc6de6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/server.xml
@@ -11,8 +11,8 @@
keystoreFile="/opt/certs/keystore.jks" keystorePass="password"
clientAuth="false" sslProtocol="TLS"/>
<Connector
port=8080 maxThreads=150"
enableLookups=false connectionTimeout=20000" />
port="8080" maxThreads="150"
enableLookups="false" connectionTimeout="20000" />

<Engine name="Catalina" defaultHost="localhost">

0 comments on commit 2bc6de6

Please sign in to comment.