From b16f8dd1c6dd0c5e4f42681ebbff58e9325cbb25 Mon Sep 17 00:00:00 2001 From: Ava Hahn Date: Thu, 25 Sep 2025 00:47:34 +0000 Subject: [PATCH] update pebble.conf Signed-off-by: Ava Hahn --- nginx.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index 85059cc..71f7420 100644 --- a/nginx.conf +++ b/nginx.conf @@ -1,5 +1,5 @@ worker_processes 1; -error_log /dev/stdout notice; +error_log /dev/stdout debug; pid /tmp/pid; daemon off; @@ -13,6 +13,7 @@ http { contact ava@sunnypup.io; state_path /tmp; accept_terms_of_service; + ssl_verify off; } acme_shared_zone zone=ngx_acme_shared:1M;