Welcome
  • MY BLOG
  • LZSS
  • SERVER STATUS

Leo

RMIT Student

DOWNLOAD MY CV

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Uncategorized

Certy Developer

解决Nextcloud – 看来您的 PHP 系统环境变量设置不正确。使用 getenv(“PATH”) 命令测试它以确保它不返回任何内容。

Posted on November 25, 2022November 25, 2022 by Liuzheng

在PHP的php-fpm.conf 添加一行 env[PATH] = /usr/local/bin:/usr/bin:/bin:/usr/local/php/bin  

Categories Uncategorized | 0 comments
Read More
Certy Developer

Nextcloud设置后台cron任务

Posted on November 25, 2022November 25, 2022 by Liuzheng

1.打开cron任务,使用用户www crontab -u www -e 2.添加cron, 每5分钟执行一次 */5 * * * * php -f /www/wwwroot/nextcloud/cron.php 3.验证 crontab -u www -l    

Categories Uncategorized | 0 comments
Read More
Certy Developer

Nextcloud添加Memory caching (Redis)

Posted on November 25, 2022November 25, 2022 by Liuzheng

在config中添加如下设置。 ‘memcache.local’ => ‘\OC\Memcache\Redis’, ‘redis’ => [ ‘host’ => ‘127.0.0.1’, ‘port’ => 6379, ],  

Categories Uncategorized | 0 comments
Read More
1 2 3 4 5 … 15
  • MY BLOG
  • LZSS
  • SERVER STATUS

Search

© 2013-2023 Copyright LiuzhengSYS. | 沪ICP备16046228号.