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: 289fe57eea6a
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6ac10cd7648a
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jan 6, 2019

  1. nixos/apache-httpd/wordpress: copy plugins and themes instead of syml…

    …inking
    
    Symlinking works for most plugins and themes, but Avada, for instance, fails to
    understand the symlink, causing its file path stripping to fail. This results in
    requests that look like:
    
    https://example.com/wp-content//nix/store/...plugin/path/some-file.js
    
    Since hard linking directories is not allowed, copying is the next best thing.
    FPtje committed Jan 6, 2019
    Copy the full SHA
    9d2c915 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2019

  1. Merge pull request #53399 from LumiGuide/feat-wordpress-copy-plugins

    apache-httpd/wordpress: copy plugins and themes instead of symlinking
    basvandijk committed Jan 7, 2019
    Copy the full SHA
    6ac10cd View commit details
    Browse the repository at this point in the history