+ Added potential fix for #67
+ Update version number
+ Changed default static web port to 5487 so it is even more unlikely to be used
+
This commit is contained in:
tobychui
2023-10-20 11:01:28 +08:00
parent 50f222cced
commit 156fa5dace
4 changed files with 59 additions and 14 deletions

View File

@@ -17,7 +17,7 @@
<h3>Web Server Settings</h3>
<div class="ui form">
<div class="inline field">
<div class="ui toggle checkbox">
<div class="ui toggle checkbox webservRootDisabled">
<input id="webserv_enable" type="checkbox" class="hidden">
<label>Enable Static Web Server</label>
</div>
@@ -37,7 +37,7 @@
See the -webserv flag for more details.
</small>
</div>
<div class="field">
<div class="field webservRootDisabled">
<label>Port Number</label>
<input id="webserv_listenPort" type="number" step="1" min="0" max="65535" value="8081" onchange="updateWebServLinkExample(this.value);">
<small>Use <code>http://127.0.0.1:<span class="webserv_port">8081</span></code> in proxy rules to access the web server</small>