/var/logs/ -> /var/log/ (#6732)

This commit is contained in:
Samuel Shifterovich
2019-02-02 18:56:38 +01:00
committed by Adrien Ferrand
parent bb8222200a
commit f547521a5b
+1 -1
View File
@@ -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.