From 157a12fb7cb6446269f5e4b621193d4c3a6f6eba Mon Sep 17 00:00:00 2001 From: vrenjith <v.renjith@gmail.com> Date: Fri, 19 Jun 2020 01:56:16 +0530 Subject: [PATCH] Update location-item.ejs --- frontend/js/app/nginx/proxy/location-item.ejs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/js/app/nginx/proxy/location-item.ejs b/frontend/js/app/nginx/proxy/location-item.ejs index 8b5eb76..39445f7 100644 --- a/frontend/js/app/nginx/proxy/location-item.ejs +++ b/frontend/js/app/nginx/proxy/location-item.ejs @@ -38,7 +38,7 @@ <div class="col-sm-5 col-md-5"> <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> + <input type="text" name="forward_host" class="form-control text-monospace model" placeholder="" value="<%- forward_host %>" autocomplete="off" maxlength="200" required> <span style="font-size: 9px;"><%- i18n('proxy-hosts', 'custom-forward-host-help') %></span> </div> </div> @@ -61,4 +61,4 @@ <i class="fa fa-trash"></i> <%- i18n('locations', 'delete') %> </a> </div> -</div> \ No newline at end of file +</div>