소스 검색

[CI SKIP]

robert 5 달 전
부모
커밋
79a8c90f24
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      server.xml

+ 1 - 1
server.xml

@@ -70,7 +70,7 @@
     -->
     <Connector port="8080" protocol="HTTP/1.1"
                connectionTimeout="20000"
-               redirectPort="8443" />
+               redirectPort="8443" address='0.0.0.0' />
     <!-- A "Connector" using the shared thread pool-->
     <!--
     <Connector executor="tomcatThreadPool"