new options
This commit is contained in:
@@ -101,6 +101,16 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="row g-3 mb-3">
|
||||
<div class="col-md-12">
|
||||
<label for="frontend_hostname" class="form-label">Frontend Hostname (Domain)</label>
|
||||
<input type="text" class="form-control" id="frontend_hostname" name="frontend_hostname"
|
||||
placeholder="e.g. hosts.h.linuxiarz.pl" required>
|
||||
<div class="form-text">Domain name for the ACL rule - traffic will be matched by Host header</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- SSL Section -->
|
||||
<div class="row g-3 mb-3">
|
||||
<div class="col-md-12">
|
||||
@@ -116,8 +126,9 @@
|
||||
<div class="row g-3 mb-3 d-none" id="ssl_fields">
|
||||
<div class="col-md-12">
|
||||
<label for="ssl_cert_path" class="form-label">SSL Certificate Path</label>
|
||||
<small>Upload certs in /ssl/</small>
|
||||
<input type="text" class="form-control" id="ssl_cert_path" name="ssl_cert_path"
|
||||
value="/etc/haproxy/certs/haproxy.pem">
|
||||
value="/app/ssl/haproxy-configurator.pem">
|
||||
<div class="form-text">Full path to .pem file</div>
|
||||
</div>
|
||||
<div class="col-md-12">
|
||||
|
||||
Reference in New Issue
Block a user