Ahkjtgcfdhzjzxk commited on
Commit
6f040b6
·
verified ·
1 Parent(s): e534503

Create start.sh

Browse files
Files changed (1) hide show
  1. start.sh +7 -0
start.sh ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ #!/bin/bash
2
+
3
+ # Start Kong
4
+ kong start --v &
5
+
6
+ # Start Nginx
7
+ nginx -g "daemon off;"