Skip to content

Commit 86893fd

Browse files
committed
Use cms port
1 parent 7470aa6 commit 86893fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/xrootd/xrootd-manager.cfg.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ all.export <%= @export %>
1717
# Set the role to either proxy manager or proxy server
1818
all.adminpath <%= @xrootd_admin_path %>
1919
all.pidpath <%= @xrootd_admin_path %>
20-
all.manager all <%= @manager_domain %>+ <%= @xrootd_port %>
20+
all.manager all <%= @manager_domain %>+ <%= @cms_port %>
2121
all.role manager
2222

2323
# Tell the cmsd which machines are allowed to connects

templates/xrootd/xrootd-server.cfg.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ all.export <%= @export %>
1717
# Set the role to either proxy manager or proxy server
1818
all.adminpath <%= @xrootd_admin_path %>
1919
all.pidpath <%= @xrootd_admin_path %>
20-
all.manager all <%= @manager_domain %>+ <%= @xrootd_port %>
20+
all.manager all <%= @manager_domain %>+ <%= @cms_port %>
2121
all.role server
2222

2323
# Tell the cmsd which machines are allowed to connects

0 commit comments

Comments
 (0)