Proxying the Swarm Admin Console
Administrators running Swarm on a private, protected network may choose to allow clients on the external network to view the Swarm console without providing them access to the nodes themselves on the private network. Perform this by proxying the console from a privileged server that straddles the internal and external networks.
From a server running Apache HTTP Server, the following rewrite rule for URLs can be applied using the mod_rewrite module:
<Location /storage/>
RewriteEngine On RewriteRule ./storage/([ /]+)/(.)$ http://$1:90/$2 [P,L]
</Location>
, multiple selections available,
Related content
Swarm Gateway
Swarm Gateway
More like this
How to Use Port90 Proxy Container on Swarm Cluster Services (SCS)
How to Use Port90 Proxy Container on Swarm Cluster Services (SCS)
More like this
Run the Swarm Cluster Services (SCS) Initialization Wizard
Run the Swarm Cluster Services (SCS) Initialization Wizard
More like this
SwarmFS Export Configuration
SwarmFS Export Configuration
Read with this
Swarm 15.0 Update 2 Bundle
Swarm 15.0 Update 2 Bundle
More like this
Swarm 15.2 Update 2 Bundle
Swarm 15.2 Update 2 Bundle
More like this
© DataCore Software Corporation. · https://www.datacore.com · All rights reserved.