From f32dee99dce3d5fce35a357b819cab2681989b8a Mon Sep 17 00:00:00 2001 From: Vojtech Mares Date: Mon, 13 Nov 2023 12:05:47 +0100 Subject: [PATCH] fix(snippets/caddy): explicit comment for disabling https --- .snippets/webservers/Caddyfile-nossl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.snippets/webservers/Caddyfile-nossl b/.snippets/webservers/Caddyfile-nossl index a41d9f20..a8cca6b6 100644 --- a/.snippets/webservers/Caddyfile-nossl +++ b/.snippets/webservers/Caddyfile-nossl @@ -17,7 +17,7 @@ http:// { env PHP_VALUE "upload_max_filesize = 100M \n post_max_size = 100M" env HTTP_PROXY "" - # env HTTPS "on" + # env HTTPS "on" # IMPORTANT: this is commented out, to disable HTTPS read_timeout 300s dial_timeout 300s