Skip to content

Commit 058f1e9

Browse files
authored
Merge pull request #464 from vrenjith/patch-1
Update location-item.ejs - forward_host size increase to 200
2 parents b4fc629 + 157a12f commit 058f1e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/js/app/nginx/proxy/location-item.ejs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<div class="col-sm-5 col-md-5">
3939
<div class="form-group">
4040
<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>
41+
<input type="text" name="forward_host" class="form-control text-monospace model" placeholder="" value="<%- forward_host %>" autocomplete="off" maxlength="200" required>
4242
<span style="font-size: 9px;"><%- i18n('proxy-hosts', 'custom-forward-host-help') %></span>
4343
</div>
4444
</div>
@@ -61,4 +61,4 @@
6161
<i class="fa fa-trash"></i> <%- i18n('locations', 'delete') %>
6262
</a>
6363
</div>
64-
</div>
64+
</div>

0 commit comments

Comments
 (0)