summaryrefslogtreecommitdiff
path: root/vendor/ruflin/elastica/test/bin/run_proxy.sh
blob: c62db8cd1e351a021164c584f30aa0829ca82811 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh

sudo killall nginx 2>/dev/null

echo "installing nginx"

sudo apt-get install nginx

echo "stopping stock nginx"

/etc/init.d/nginx stop

echo "running nginx"

sudo nginx -p test/nginx/ -c nginx.conf