Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix acme dir permissions 17.03 #24531

Merged

Conversation

nh2
Copy link
Contributor

@nh2 nh2 commented Apr 1, 2017

Fixes the permissions error of #24529 (but not the startup delay mentioned in #24529 (comment)).

You probably want to cherry-pick that onto master too.

Commit 75f131d 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.
@mention-bot
Copy link

@nh2, thanks for your PR! By analyzing the history of the files in this pull request, we identified @fpletz, @abbradar and @bobvanderlinden to be potential reviewers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants