vagrant tests eg with evhtp

This commit is contained in:
Olof Hagsand 2020-07-10 12:33:30 +00:00
parent efc0228f99
commit 53deedc242
8 changed files with 317 additions and 138 deletions

View file

@ -69,6 +69,7 @@ EOF
$scpcmd $dir/nginx.conf vagrant@127.0.0.1:
cat<<'EOF' > $dir/startnginx.sh
#!/usr/bin/env bash
set -x
if [ $# -ne 0 -a $# -ne 1 ]; then
echo "usage: $0 [<prefix>"]
exit