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: 9f237fe44493
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 855be673584b
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Aug 21, 2019

  1. nginx: expose generated config and allow nginx reloads (#57429)

    * nginx: expose generated config and allow nginx reloads
    
    Fixes: #15906
    Another try was done, but not yet merged in #24476
    
    This add 2 new features: ability to review generated Nginx config
    (and NixOS has sophisticated generation!) and reloading
    of nginx on config changes. This preserves nginx restart on package
    updates.
    
    I've modified nginx test to use this new feature and check reload/restart
    behavior.
    
    * rename to enableReload
    
    * add sleep(1) in ETag test (race condition) and rewrite rebuild-switch using `nesting.clone`
    danbst committed Aug 21, 2019
    Copy the full SHA
    855be67 View commit details
    Browse the repository at this point in the history