From 10bf4f1416e48b27b239085bcf8facf7dfc6664b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Mare=C5=A1?= Date: Tue, 2 Jan 2024 10:24:22 +0100 Subject: [PATCH] fix(webserver_configuration.md): typo --- panel/1.0/webserver_configuration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/panel/1.0/webserver_configuration.md b/panel/1.0/webserver_configuration.md index 57729147..35e0ebc5 100644 --- a/panel/1.0/webserver_configuration.md +++ b/panel/1.0/webserver_configuration.md @@ -125,7 +125,7 @@ rm /etc/caddy/Caddyfile Then continue with an editor of your choice to write the config. -You should paste the contents of the file bellow, replacing `` with your domain name. +You should paste the contents of the file below, replacing `` with your domain name. <<< @/.snippets/webservers/Caddyfile{9} @@ -153,7 +153,7 @@ rm /etc/caddy/Caddyfile Then continue with an editor of your choice to write the config. -You should paste the contents of the file bellow, replacing `` with your domain name. +You should paste the contents of the file below, replacing `` with your domain name. The only two differences are that we have suffixed the `` with `:80` and in the global config at `servers` directive, we have changed the port from `:443` to `:80`.