From b03454402ce6a2ae80ff5a8d6f51493f0a9c37b0 Mon Sep 17 00:00:00 2001 From: Arthur Lu Date: Mon, 6 Feb 2023 16:28:58 -0800 Subject: [PATCH] fix README code formatting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 5ad52b2..b9d20f9 100644 --- a/README.md +++ b/README.md @@ -76,11 +76,11 @@ server { proxy_read_timeout 3600s; proxy_send_timeout 3600s; send_timeout 3600s; - } - location '/.well-known/acme-challenge' { - default_type "text/plain"; - root /var/www/html; - } + } + location '/.well-known/acme-challenge' { + default_type "text/plain"; + root /var/www/html; + } } ``` 2. Configure nginx to reverse proxy the client. This can be done in the same file previously or in a new configuration file. It is a pretty typical nginx config file: