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;