From 43790264c812166764b4131dc5764357065877f9 Mon Sep 17 00:00:00 2001 From: Arman Jafari Tehrani Date: Mon, 11 Jan 2021 18:37:09 +0330 Subject: [PATCH] Update README.md Fix nginx-template readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c869df5..e449f9e 100644 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ Note: using a `server` block that listens on port 80 may cause issues with renew You may wish to template your configurations, e.g. passing in a hostname so as to be able to run multiple identical copies of this container; one per website. The docker container will use [`envsubst`](https://www.gnu.org/software/gettext/manual/html_node/envsubst-Invocation.html) to template all mounted user configs with a user-provided list of environment variables. Example: ```nginx -# In conf.d/nginx_template.conf +# In user.conf.d/nginx_template.conf server { listen 443 ssl; server_name ${FQDN};