Skip to content

Commit b65c6ba

Browse files
committed
Set log and work directories used by letsencrypt.
1 parent 3ff2a11 commit b65c6ba

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

rootfs/defaults/cli.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,5 @@ text = True
22
non-interactive = True
33
authenticator = webroot
44
webroot-path = /config/letsencrypt-acme-challenge
5+
logs-dir = /config/log/letsencrypt
6+
work-dir = /config/letsencrypt-workdir

rootfs/etc/cont-init.d/nginx-proxy-manager.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ mkdir -p \
2020
/config/nginx/stream \
2121
/config/nginx/dead_host \
2222
/config/nginx/temp \
23+
/config/log/letsencrypt \
24+
/config/letsencrypt-workdir \
2325
$XDG_CONFIG_HOME/letsencrypt
2426

2527
# Create nginx log files.

0 commit comments

Comments
 (0)