mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-20 02:58:15 +00:00
feat(streams): Add multiple upstreams for basic load balancing
This commit is contained in:
@ -12,7 +12,11 @@
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="text-monospace"><%- forwarding_host %>:<%- forwarding_port %></div>
|
||||
<div class="wrap">
|
||||
<% forwarding_hosts.map(function(host) { %>
|
||||
<span class="tag host-link hover-green" rel="http<%- certificate_id ? 's' : '' %>://<%- host %>"><%- host %></span>
|
||||
<% }); %>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div>
|
||||
@ -24,6 +28,11 @@
|
||||
<% } %>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<div class="text-monospace">
|
||||
<%- forwarding_port %>
|
||||
</div>
|
||||
</td>
|
||||
<td>
|
||||
<%
|
||||
var o = isOnline();
|
||||
@ -50,4 +59,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</td>
|
||||
<% } %>
|
||||
<% } %>
|
||||
|
Reference in New Issue
Block a user