Skip to content

Commit

Permalink
Revert tomcat config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
dsilvam committed Jul 7, 2021
1 parent 03d47f5 commit 7d604e5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@

<!-- HTTP Connector from upstream proxy -->
<Connector executor="tomcatConnectorThreadPool" port="8081" protocol="org.apache.coyote.http11.Http11Nio2Protocol"
connectionTimeout="3000" enableLookups="false" redirectPort="443" URIEncoding="UTF-8" bindOnInit="true"
connectionTimeout="3000" enableLookups="false" redirectPort="443" URIEncoding="UTF-8" bindOnInit="false"
scheme="http" proxyPort="80" />

<!-- HTTPS (SSL) Connector from upstream proxy -->
<Connector executor="tomcatConnectorThreadPool" port="8082" protocol="org.apache.coyote.http11.Http11Nio2Protocol"
connectionTimeout="3000" enableLookups="false" redirectPort="443" URIEncoding="UTF-8" bindOnInit="true"
connectionTimeout="3000" enableLookups="false" redirectPort="443" URIEncoding="UTF-8" bindOnInit="false"
scheme="https" proxyPort="443" secure="true" />


Expand Down

0 comments on commit 7d604e5

Please sign in to comment.