update pebble.conf

Signed-off-by: Ava Hahn <a.hahn@f5.com>
This commit is contained in:
Ava Hahn 2025-09-25 00:47:34 +00:00
parent 0428682b66
commit b16f8dd1c6

View file

@ -1,5 +1,5 @@
worker_processes 1; worker_processes 1;
error_log /dev/stdout notice; error_log /dev/stdout debug;
pid /tmp/pid; pid /tmp/pid;
daemon off; daemon off;
@ -13,6 +13,7 @@ http {
contact ava@sunnypup.io; contact ava@sunnypup.io;
state_path /tmp; state_path /tmp;
accept_terms_of_service; accept_terms_of_service;
ssl_verify off;
} }
acme_shared_zone zone=ngx_acme_shared:1M; acme_shared_zone zone=ngx_acme_shared:1M;