stone 3 жил өмнө
parent
commit
bf4e208014
1 өөрчлөгдсөн 3 нэмэгдсэн , 3 устгасан
  1. 3 3
      resin.conf

+ 3 - 3
resin.conf

@@ -87,7 +87,7 @@
 
     <server-default>
       <!-- The http port -->
-      <http address="*" port="8080"/>
+      <http address="*" port="9090"/>
 
       <!--
          - SSL port configuration:
@@ -186,7 +186,7 @@
       -->
     <resin:if test="${resin.professional}">
       <ping>
-        <!-- <url>http://localhost:8080/test-ping.jsp</url> -->
+        <!-- <url>http://localhost:9090/test-ping.jsp</url> -->
       </ping>
     </resin:if>
 
@@ -325,7 +325,7 @@
     <cluster id="web-tier">
       <server-default>
         <!-- The http port -->
-        <http address="*" port="9080"/>
+        <http address="*" port="9090"/>
       </server-default>
 
       <server id="web-a" address="127.0.0.1" port="6700"/>