diff --git a/src/content/docs/knowledge-base/server/multiple-servers.mdx b/src/content/docs/knowledge-base/server/multiple-servers.mdx index 08aa9c2..e4f2396 100644 --- a/src/content/docs/knowledge-base/server/multiple-servers.mdx +++ b/src/content/docs/knowledge-base/server/multiple-servers.mdx @@ -28,7 +28,7 @@ Any additional servers must be set in the `Servers` menu, simply by clicking on Now everytime you redeploy, restart or stop the application, the action will be done on all servers. -If the deploy needs a build process, it will be executed on the main server (or on the build server if you have on). The deploy process will upload the built image to the Docker Registry and only after all other servers will be notified to pull and deploy this image. +If the deploy needs a build process, it will be executed on the main server (or on the build server if you have one). The deploy process will upload the built image to the Docker Registry and only after all other servers will be notified to pull and deploy this image. ## How to configure a loadbalancer?