Skip to content

Commit 0b29068

Browse files
Fix some linting
1 parent 67ab39d commit 0b29068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This article contains specific information about load balancing the Umbraco backoffice, ensure you read the [Load Balancing Overview](./) and relevant articles about general load balancing principles before you begin.
44

5-
By default, the Umbraco load balancing setup assumes there are a single backoffice server, and multiple front-end servers, but from version 17 it's also possible to load balance the backoffice, meaning there's no need to differentiate from backoffice servers and front-end servers, however, this requires some additional configuration steps.
5+
By default, the Umbraco load balancing setup assumes there are a single backoffice server, and multiple front-end servers. From version 17 it's possible to load balance the backoffice, meaning there's no need to differentiate from backoffice servers and front-end servers, however, this requires some additional configuration steps.
66

77
## Server Role Accessor
88

@@ -33,7 +33,7 @@ To solve this issue a cache versioning mechanism is used, this is similar to opt
3333

3434
This does mean that the server needs to check this version identifier before a cache lookup, so by default this behaviour is disabled as it's only required when load balancing the backoffice.
3535

36-
You can enable this on the umbraco builder, either in `Program.cs` or via a Composer:
36+
You can enable this on the Umbraco builder, either in `Program.cs` or via a Composer:
3737

3838
```csharp
3939
umbracoBuilder.LoadBalanceIsolatedCaches();

0 commit comments

Comments
 (0)