diff options
Diffstat (limited to 'support')
-rw-r--r-- | support/doc/production.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/support/doc/production.md b/support/doc/production.md index 7ec94aae2..41aae6b55 100644 --- a/support/doc/production.md +++ b/support/doc/production.md | |||
@@ -149,6 +149,7 @@ Since our nginx template supports webroot renewal, we suggest you to update the | |||
149 | 149 | ||
150 | ``` | 150 | ``` |
151 | $ # Replace authenticator = standalone by authenticator = webroot | 151 | $ # Replace authenticator = standalone by authenticator = webroot |
152 | $ # Add webroot_path = /var/www/certbot | ||
152 | $ sudo vim /etc/letsencrypt/renewal/your-domain.com.conf | 153 | $ sudo vim /etc/letsencrypt/renewal/your-domain.com.conf |
153 | ``` | 154 | ``` |
154 | 155 | ||