summaryrefslogtreecommitdiff
path: root/strata/webtools/nginx.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/webtools/nginx.morph')
-rw-r--r--strata/webtools/nginx.morph28
1 files changed, 28 insertions, 0 deletions
diff --git a/strata/webtools/nginx.morph b/strata/webtools/nginx.morph
new file mode 100644
index 00000000..bedc317b
--- /dev/null
+++ b/strata/webtools/nginx.morph
@@ -0,0 +1,28 @@
+name: nginx
+kind: chunk
+description: ''
+max-jobs: null
+products: []
+build-system: manual
+pre-configure-commands: []
+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
+post-configure-commands: []
+pre-build-commands: []
+build-commands:
+- make
+post-build-commands: []
+pre-install-commands: []
+install-commands:
+- make install
+post-install-commands: []
+devices: []
+post-test-commands: []
+pre-test-commands: []
+system-integration: []
+test-commands: []