Skip to content
Commit ee0f3e7a authored by Niklas Hambüchen's avatar Niklas Hambüchen
Browse files

acme: Use `chown -R` for challenges directory. Fixes #24529.

Commit 75f131da added
`chown 'nginx:nginx' '/var/lib/acme'` to the pre-start script,
but since it doesn't use `chown -R`, it is possible that there
are older existing subdirs (like `acme-challenge`)
that are owned to `root` from before that commit went it.
parent b78f16b3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment