gaialive commited on
Commit
89d173d
·
verified ·
1 Parent(s): df68f40

Upload startup.sh

Browse files
Files changed (1) hide show
  1. startup.sh +2 -2
startup.sh CHANGED
@@ -7,5 +7,5 @@ NODE_PID=$!
7
  # Give the server a moment to start
8
  sleep 3
9
 
10
- # Start nginx in the foreground as nginx user
11
- su -s /bin/sh -c "nginx" nginx
 
7
  # Give the server a moment to start
8
  sleep 3
9
 
10
+ # Start nginx in the foreground
11
+ nginx -g "daemon off;"