From 4c46daa798ef4954c3eb67779ee31583c180901f Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Tue, 28 Nov 2023 11:45:03 +0100 Subject: [PATCH] refactor(webserver_configuration.md): remove highlight from server directive --- panel/1.0/webserver_configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panel/1.0/webserver_configuration.md b/panel/1.0/webserver_configuration.md index e741e4dd..90c0e6a7 100644 --- a/panel/1.0/webserver_configuration.md +++ b/panel/1.0/webserver_configuration.md @@ -159,7 +159,7 @@ Than continue with an editor of your choice to write the config. 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`. -<<< @/.snippets/webservers/Caddyfile-nossl{2,9} +<<< @/.snippets/webservers/Caddyfile-nossl{9} ### Enabling Configuration