From 37a582c9ea3e731c115e560d31b26f78535b8fca Mon Sep 17 00:00:00 2001 From: Paul Sherwood Date: Sat, 10 May 2014 10:00:34 +0000 Subject: add nginx.morph --- nginx.morph | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 nginx.morph diff --git a/nginx.morph b/nginx.morph new file mode 100644 index 000000000..08949ec93 --- /dev/null +++ b/nginx.morph @@ -0,0 +1,13 @@ +name: nginx +kind: chunk +configure-commands: +- | + ./configure --prefix=$PREFIX \ + --conf-path=/etc/nginx/nginx.conf \ + --pid-path=/etc/nginx/nginx.pid \ + --error-log-path=/var/log/nginx/error.log \ + --http-log-path=/var/log/nginx/access.log +build-commands: +- make +install-commands: +- make install -- cgit v1.2.1