Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update server.xml
pcaskey committed Nov 5, 2017
1 parent b66607a commit 86e4cb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/server.xml
@@ -6,7 +6,7 @@
<Service name="Catalina">
<Connector
protocol="org.apache.coyote.http11.Http11NioProtocol"
port="8443" maxThreads="200"
port="443" maxThreads="200"
scheme="https" secure="true" SSLEnabled="true"
keystoreFile="/opt/certs/keystore.jks" keystorePass="password"
clientAuth="false" sslProtocol="TLS"/>
@@ -22,4 +22,4 @@
</Host>
</Engine>
</Service>
</Server>
</Server>

0 comments on commit 86e4cb5

Please sign in to comment.