fix(snippets/caddy): explicit comment for disabling https

This commit is contained in:
Vojtech Mares 2023-11-13 12:05:47 +01:00
parent f7751b04c2
commit f32dee99dc
No known key found for this signature in database
GPG Key ID: C6827B976F17240D

View File

@ -17,7 +17,7 @@ http://<domain> {
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