Skip to content

Commit

Permalink
mix/max ports
Browse files Browse the repository at this point in the history
  • Loading branch information
AngusC222 authored Sep 9, 2023
1 parent fa851b6 commit 5af834e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/js/app/nginx/proxy/location-item.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<div class="col-sm-4 col-md-4">
<div class="form-group">
<label class="form-label"><%- i18n('proxy-hosts', 'forward-port') %> <span class="form-required">*</span></label>
<input name="forward_port" type="number" class="form-control text-monospace model" placeholder="80" value="<%- forward_port %>" required>
<input name="forward_port" type="number" class="form-control text-monospace model" placeholder="80" min="1" max="65535" value="<%- forward_port %>" required>
</div>
</div>
</div>
Expand Down

0 comments on commit 5af834e

Please sign in to comment.