Commit 06b94552 authored by Christian Schudt's avatar Christian Schudt

OF-116 Add a text explaining the path used for http-binding

parent 3eadecb6
...@@ -176,6 +176,7 @@ ...@@ -176,6 +176,7 @@
<input id="port" type="text" size="5" maxlength="10" name="port" <input id="port" type="text" size="5" maxlength="10" name="port"
value="<%=port%>" /> value="<%=port%>" />
</td> </td>
<td>( <%=serverManager.getHttpBindUnsecureAddress()%> )</td>
</tr> </tr>
<tr> <tr>
<td> <td>
...@@ -186,6 +187,7 @@ ...@@ -186,6 +187,7 @@
<input id="securePort" type="text" size="5" maxlength="10" name="securePort" <input id="securePort" type="text" size="5" maxlength="10" name="securePort"
value="<%=securePort%>" /> value="<%=securePort%>" />
</td> </td>
<td>( <%=serverManager.getHttpBindSecureAddress()%> )</td>
</tr> </tr>
</table> </table>
</td> </td>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment