We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ff2a11 commit b65c6baCopy full SHA for b65c6ba
rootfs/defaults/cli.ini
@@ -2,3 +2,5 @@ text = True
2
non-interactive = True
3
authenticator = webroot
4
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
@@ -20,6 +20,8 @@ mkdir -p \
20
/config/nginx/stream \
21
/config/nginx/dead_host \
22
/config/nginx/temp \
23
+ /config/log/letsencrypt \
24
+ /config/letsencrypt-workdir \
25
$XDG_CONFIG_HOME/letsencrypt
26
27
# Create nginx log files.
0 commit comments