Jack Posted May 18 Share Posted May 18 --------------------------------- 定時運行IPS論壇任務 --------------------------------- 論壇後台 -> 系統 -> 進階配置 -> 任務方式 -> 使用 Cron (建議) -> 儲存 當啟用此設置時,你必須確認Cron有正確設置。如果此設置已開啟,但沒有設置Cron,它會導致你的網站有重大的損壞。 你應該設置Cron每分鐘運行以下命令: /www/server/php/81/bin/php -d memory_limit=-1 -d max_execution_time=0 /www/wwwroot/域名.com/applications/core/interface/task/task.php 數值 你將得到這一段Cron腳本 (每個伺服器都不同) 複製貼上到寶塔的計劃任務 寶塔面板 -> 計劃任務 -> 任務類型 -> Shell腳本 任務名稱 -> 填入 Cron 執行週期 -> N分鐘 -> 1分鐘 腳本內容 -> 將上面那一段Cron腳本貼上 -> 添加任務 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now