new_functions_and_fixes #1

Merged
gru merged 33 commits from new_functions_and_fixes into master 2025-11-03 14:35:20 +01:00
Showing only changes of commit 8254290049 - Show all commits

View File

@@ -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>