summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Sherwood <paul.sherwood@codethink.co.uk>2014-05-10 10:00:34 +0000
committerPaul Sherwood <paul.sherwood@codethink.co.uk>2014-05-10 10:19:14 +0000
commit37a582c9ea3e731c115e560d31b26f78535b8fca (patch)
tree74f40f4248ab29a69494ce00076c018cb3b4dc1f
parent7a8cd938c2c573a382568055e17e2a397c508b68 (diff)
downloadnginx-37a582c9ea3e731c115e560d31b26f78535b8fca.tar.gz
add nginx.morphbaserock/v1.7.0
-rw-r--r--nginx.morph13
1 files changed, 13 insertions, 0 deletions
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