Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: b78f16b33772
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 0cc0f2d4657a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 1, 2017

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

    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.
    nh2 committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    ee0f3e7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24532 from nh2/fix-24529-acme-dir-permissions-master

    acme: Use `chown -R` for challenges directory. Fixes #24529.
    domenkozar committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    0cc0f2d View commit details
    Browse the repository at this point in the history