This commit resolves #98 so custom location can forward to custom path. (#99)

Awesome work!
This commit is contained in:
kolbii
2019-03-11 04:52:09 +01:00
committed by jc21
parent 631d9ae4eb
commit d79fcbf447
5 changed files with 17 additions and 3 deletions

View File

@ -39,6 +39,7 @@
<div class="form-group">
<label class="form-label"><%- i18n('proxy-hosts', 'forward-host') %><span class="form-required">*</span></label>
<input type="text" name="forward_host" class="form-control text-monospace model" placeholder="" value="<%- forward_host %>" autocomplete="off" maxlength="50" required>
<span style="font-size: 9px;"><%- i18n('proxy-hosts', 'cutom-forward-host-help') %></span>
</div>
</div>
<div class="col-sm-4 col-md-4">