summaryrefslogtreecommitdiff
path: root/test/nginx.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/nginx.sh')
-rwxr-xr-xtest/nginx.sh18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/nginx.sh b/test/nginx.sh
new file mode 100755
index 0000000..d6926c0
--- /dev/null
+++ b/test/nginx.sh
@@ -0,0 +1,18 @@
+#!/bin/sh
+set -x
+
+bwrap \
+ --ro-bind /bin /bin \
+ --ro-bind /usr /usr \
+ --ro-bind /etc /etc \
+ --ro-bind /lib /lib \
+ --ro-bind /lib64 /lib64 \
+ --ro-bind /run /run \
+ --ro-bind etc /etc/nginx \
+ --ro-bind www /usr/share/nginx/html \
+ --dev /dev \
+ --proc /proc \
+ --dir /tmp \
+ --dir /var/log/nginx \
+ --dir /var/lib/nginx \
+ /usr/sbin/nginx \ No newline at end of file