Compare commits
No commits in common. "1ad6db98b10218ef11adb0df49346696f0796afc" and "6b687feee24e4da29b551d164f5f67c98d1b5fc1" have entirely different histories.
1ad6db98b1
...
6b687feee2
@ -13,7 +13,7 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'listen' => 'http://0.0.0.0:80',
|
||||
'listen' => 'http://0.0.0.0:8780',
|
||||
'transport' => 'tcp',
|
||||
'context' => [],
|
||||
'name' => 'webman',
|
||||
|
13
run.bash
13
run.bash
@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Pull the latest changes from the git repository
|
||||
git pull
|
||||
|
||||
# Check if the PHPDE environment variable is set to "true"
|
||||
if [ "$PHPDE" = "true" ]; then
|
||||
# Start the PHP script with the -d parameter
|
||||
php start.php start -d
|
||||
else
|
||||
# Start the PHP script without the -d parameter
|
||||
php start.php start
|
||||
fi
|
@ -133,6 +133,3 @@
|
||||
2024-11-05 00:41:47 pid:30205 Workerman[start.php] reloading
|
||||
2024-11-05 00:43:44 pid:30205 Workerman[start.php] stopping ...
|
||||
2024-11-05 00:43:44 pid:30205 Workerman[start.php] has been stopped
|
||||
2024-11-05 16:54:59 pid:1636 Workerman[start.php] start in DEBUG mode
|
||||
2024-11-05 16:55:00 pid:1636 Workerman[start.php] stopping ...
|
||||
2024-11-05 16:55:00 pid:1636 Workerman[start.php] has been stopped
|
||||
|
Loading…
Reference in New Issue
Block a user