2020年1月3日
摘要: 第一种方法: 1、编写shell脚本: shell文件:/home/www/shell/phpshell.php #!/bin/bash while [ true ]; do /bin/sleep 1 /usr/bin/php /home/www/index.php >> /home/logs/ph 阅读全文
posted @ 2020-01-03 17:59 潇潇六月雨 阅读(187) 评论(0) 推荐(0)
摘要: thinkphp5 nginx.conf 配置 server { listen 80; #域名 server_name youzuoapi.osd-asia.com; index index.php index.html index.htm default.php default.htm defau 阅读全文
posted @ 2020-01-03 10:53 潇潇六月雨 阅读(489) 评论(0) 推荐(0)