Skip to content

Commit b51c76c

Browse files
authored
Update server.xml
avoid timeout=180s
1 parent 5fa99c6 commit b51c76c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

resources/tomcat/conf/server.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<Server port='-1'>
1919

2020
<Service name='Catalina'>
21-
<Connector port='${http.port}' bindOnInit="false" connectionTimeout="20000"/>
21+
<Connector port='${http.port}' bindOnInit="true" connectionTimeout="20000"/>
2222

2323
<Engine defaultHost='localhost' name='Catalina'>
2424
<Valve className="org.apache.catalina.valves.RemoteIpValve" protocolHeader="x-forwarded-proto"/>

0 commit comments

Comments
 (0)