Skip to content

Commit

Permalink
remove directive stub_status
Browse files Browse the repository at this point in the history
  • Loading branch information
BG2BKK committed Jul 29, 2016
1 parent bc36038 commit 16121cf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
*.rdb
t/servroot/
*temp/
*.sh
*.pyc

*stdout*
Expand Down
10 changes: 10 additions & 0 deletions utils/abtesting.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#killall nginx

rm *temp -rf

/usr/local/openresty/nginx/sbin/nginx -p `pwd` -c conf/nginx.conf
/usr/local/openresty/nginx/sbin/nginx -p `pwd` -c conf/stable.conf
/usr/local/openresty/nginx/sbin/nginx -p `pwd` -c conf/beta1.conf
/usr/local/openresty/nginx/sbin/nginx -p `pwd` -c conf/beta2.conf
/usr/local/openresty/nginx/sbin/nginx -p `pwd` -c conf/beta3.conf
/usr/local/openresty/nginx/sbin/nginx -p `pwd` -c conf/beta4.conf

0 comments on commit 16121cf

Please sign in to comment.