We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b4fc629 + 157a12f commit 058f1e9Copy full SHA for 058f1e9
frontend/js/app/nginx/proxy/location-item.ejs
@@ -38,7 +38,7 @@
38
<div class="col-sm-5 col-md-5">
39
<div class="form-group">
40
<label class="form-label"><%- i18n('proxy-hosts', 'forward-host') %><span class="form-required">*</span></label>
41
- <input type="text" name="forward_host" class="form-control text-monospace model" placeholder="" value="<%- forward_host %>" autocomplete="off" maxlength="50" required>
+ <input type="text" name="forward_host" class="form-control text-monospace model" placeholder="" value="<%- forward_host %>" autocomplete="off" maxlength="200" required>
42
<span style="font-size: 9px;"><%- i18n('proxy-hosts', 'custom-forward-host-help') %></span>
43
</div>
44
@@ -61,4 +61,4 @@
61
<i class="fa fa-trash"></i> <%- i18n('locations', 'delete') %>
62
</a>
63
64
-</div>
+</div>
0 commit comments