Browse Source

Fixed missing openresty setup

msmith-techempower 10 years ago
parent
commit
bd5b1f3766
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Lua/openresty/setup.sh

+ 1 - 1
frameworks/Lua/openresty/setup.sh

@@ -3,4 +3,4 @@
 sed -i 's|CWD|'"${TROOT}"'|g' nginx.conf
 sed -i 's|DBHOSTNAME|'"${DBHOST}"'|g' app.lua
 
-${OPENRESTY_HOME}/nginx/sbin/nginx -c $TROOT/nginx.conf -g 'worker_processes \x27'"${MAX_THREADS}"'\x27;' &
+${OPENRESTY_HOME}/nginx/sbin/nginx -c $TROOT/nginx.conf -g "worker_processes '"${MAX_THREADS}"';" &