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: 0a1483b83ab2
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: d74699501e36
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
    9cebf25 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #24531 from nh2/fix-24529-acme-dir-permissions-17.03

    Fix acme dir permissions 17.03
    domenkozar committed Apr 1, 2017
    Configuration menu
    Copy the full SHA
    d746995 View commit details
    Browse the repository at this point in the history