Browse Source

dev for homecuda

stanley-king 2 năm trước cách đây
mục cha
commit
652328114a

+ 1 - 1
docker/compose/homecuda/conf/php/mobile-spwan-start

@@ -1,6 +1,6 @@
 #!/bin/sh
 set -e
-spawn-fcgi -a 0.0.0.0 -p 9100 -F 32 -f "php /var/www/html/mobile/mobile_run.php"
+spawn-fcgi -a 0.0.0.0 -p 9100 -F 1 -f "php /var/www/html/mobile/mobile_run.php"
 
 time=$(date "+%Y%m%d")
 

+ 0 - 2
mobile/mobile_run.php

@@ -1,7 +1,5 @@
 <?php
 
-echo('mobile start');
-
 define('APP_ID', 'mobile');
 define('MOBILE_SERVER',true);
 define('SUPPORT_PTHREAD',true);