new options
This commit is contained in:
@@ -83,7 +83,7 @@
|
|||||||
<div class="col-md-4">
|
<div class="col-md-4">
|
||||||
<label for="frontend_port" class="form-label">Port</label>
|
<label for="frontend_port" class="form-label">Port</label>
|
||||||
<input type="number" class="form-control" id="frontend_port" name="frontend_port"
|
<input type="number" class="form-control" id="frontend_port" name="frontend_port"
|
||||||
placeholder="80" min="1" max="65535" required>
|
placeholder="443" value="443" min="1" max="65535" required>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -91,7 +91,7 @@
|
|||||||
<div class="col-md-12">
|
<div class="col-md-12">
|
||||||
<label for="frontend_hostname" class="form-label">Frontend Hostname (Domain)</label>
|
<label for="frontend_hostname" class="form-label">Frontend Hostname (Domain)</label>
|
||||||
<input type="text" class="form-control" id="frontend_hostname" name="frontend_hostname"
|
<input type="text" class="form-control" id="frontend_hostname" name="frontend_hostname"
|
||||||
placeholder="e.g. hosts.h.linuxiarz.pl" required>
|
placeholder="e.g. host.domain.com" required>
|
||||||
<div class="form-text">Domain name for the ACL rule - traffic will be matched by Host header</div>
|
<div class="form-text">Domain name for the ACL rule - traffic will be matched by Host header</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user