From f547521a5b65d2de2328e0f90418e802aeeb8366 Mon Sep 17 00:00:00 2001 From: Samuel Shifterovich Date: Sat, 2 Feb 2019 18:56:38 +0100 Subject: [PATCH] /var/logs/ -> /var/log/ (#6732) --- docs/using.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/using.rst b/docs/using.rst index 6fbfac04c..531c84e85 100644 --- a/docs/using.rst +++ b/docs/using.rst @@ -903,7 +903,7 @@ that by default two instances of Certbot will not be able to run in parallel. Since the directories used by Certbot are configurable, Certbot will write a lock file for all of the directories it uses. This include Certbot's ``--work-dir``, ``--logs-dir``, and ``--config-dir``. By default these are -``/var/lib/letsencrypt``, ``/var/logs/letsencrypt``, and ``/etc/letsencrypt`` +``/var/lib/letsencrypt``, ``/var/log/letsencrypt``, and ``/etc/letsencrypt`` respectively. Additionally if you are using Certbot with Apache or nginx it will lock the configuration folder for that program, which are typically also in the ``/etc`` directory.