openresty: make compatible with nixos nginx module
This commit is contained in:
parent
3a5e335cdf
commit
85760026a0
1 changed files with 2 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue