Explorar o código

dev for homecuda

stanley-king %!s(int64=2) %!d(string=hai) anos
pai
achega
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);