Skip to content

Commit a387438

Browse files
authored
Update 17/umbraco-cms/fundamentals/setup/server-setup/load-balancing/load-balancing-backoffice.md
1 parent edf87a4 commit a387438

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

17/umbraco-cms/fundamentals/setup/server-setup/load-balancing/load-balancing-backoffice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ By default, the Umbraco load balancing setup assumes there is a single backoffic
66

77
## Server Role Accessor
88

9-
Umbraco has the concept of server roles, to differentiate between backoffice servers and front-end servers. Since all servers will be backoffice servers, we need to add a custom `IServerRoleAccessor` to specify this.
9+
Umbraco has the concept of server roles to differentiate between backoffice servers and front-end servers. Since all servers will be backoffice servers, we need to add a custom `IServerRoleAccessor` to specify this.
1010

1111
Start by implementing a custom `IServerRoleAccessor` that pins the role as `SchedulingPublisher`:
1212

0 commit comments

Comments
 (0)