openresty: make compatible with nixos nginx module

This commit is contained in:
Jamie McClymont 2020-06-02 17:00:09 +12:00
parent 3a5e335cdf
commit 85760026a0

View File

@ -34,6 +34,8 @@ callPackage ../nginx/generic.nix args rec {
postInstall = ''
ln -s $out/luajit/bin/luajit-2.1.0-beta3 $out/bin/luajit-openresty
ln -s $out/nginx/sbin/nginx $out/bin/nginx
ln -s $out/nginx/conf $out/conf
ln -s $out/nginx/html $out/html
'';
meta = {