Skip to content

Commit

Permalink
one extra port kinda of loopback
Browse files Browse the repository at this point in the history
  • Loading branch information
cmangeat committed Dec 7, 2023
1 parent 97a0493 commit b903b1c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions web/src/docker/server.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,10 @@
<Connector port="8080" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" compression="on" compressibleMimeType="text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json" relaxedQueryChars="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;"/>
<Connector port="80" protocol="HTTP/1.1"
connectionTimeout="20000"
redirectPort="8443" compression="on" compressibleMimeType="text/html,text/xml,text/plain,text/css,text/javascript,application/javascript,application/json" relaxedQueryChars="[]|{}^&#x5c;&#x60;&quot;&lt;&gt;"/>

<!-- A "Connector" using the shared thread pool-->
<!--
<Connector executor="tomcatThreadPool"
Expand Down

0 comments on commit b903b1c

Please sign in to comment.