|
@@ -6,6 +6,19 @@
|
|
<div class="ui divider"></div>
|
|
<div class="ui divider"></div>
|
|
<h3>Web Server Settings</h3>
|
|
<h3>Web Server Settings</h3>
|
|
<div class="ui form">
|
|
<div class="ui form">
|
|
|
|
+ <div class="inline field">
|
|
|
|
+ <div class="ui toggle checkbox">
|
|
|
|
+ <input id="webserv_enable" type="checkbox" class="hidden">
|
|
|
|
+ <label>Enable Static Web Server</label>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
|
|
+ <div class="inline field">
|
|
|
|
+ <div class="ui toggle checkbox">
|
|
|
|
+ <input id="webserv_enableDirList" type="checkbox" class="hidden">
|
|
|
|
+ <label>Enable Directory Listing</label>
|
|
|
|
+ <small>If this folder do not contains any index files, list the directory of this folder.</small>
|
|
|
|
+ </div>
|
|
|
|
+ </div>
|
|
<div class="field">
|
|
<div class="field">
|
|
<label>Document Root Folder</label>
|
|
<label>Document Root Folder</label>
|
|
<input id="webserv_docRoot" type="text" readonly="true">
|
|
<input id="webserv_docRoot" type="text" readonly="true">
|
|
@@ -19,19 +32,6 @@
|
|
<input id="webserv_docRoot" type="number" step="1" min="0" max="65535" value="8081" onchange="updateWebServLinkExample(this.value);">
|
|
<input id="webserv_docRoot" 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>
|
|
<small>Use <code>http://127.0.0.1:<span class="webserv_port">8081</span></code> in proxy rules to access the web server</small>
|
|
</div>
|
|
</div>
|
|
- <div class="inline field">
|
|
|
|
- <div class="ui toggle checkbox">
|
|
|
|
- <input id="webserv_enable" type="checkbox" class="hidden">
|
|
|
|
- <label>Enable Static Web Server</label>
|
|
|
|
- <small>Enable static web server. Use %webserv% in proxy rules to enable </small>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
- <div class="inline field">
|
|
|
|
- <div class="ui toggle checkbox">
|
|
|
|
- <input id="webserv_enableDirList" type="checkbox" class="hidden">
|
|
|
|
- <label>Enable Directory Listing</label>
|
|
|
|
- </div>
|
|
|
|
- </div>
|
|
|
|
</div>
|
|
</div>
|
|
<br>
|
|
<br>
|
|
<div class="ui message">
|
|
<div class="ui message">
|