如果服务器关闭,则激活维护模式
Activate maintenance mode if server is down
当服务器宕机时,是否有在 laravel 中自动显示维护模式的最佳方法?我知道有命令 php artisan down
或将文件上传到 store/framework
,但是当服务器关闭时,我无法上传或调用命令。服务器停机时显示维护模式的最佳做法是什么?
a) 使用负载均衡器
b) 使用cloudflare,但不会显示维护屏幕,只是网站离线
c) 击败物理学
当服务器宕机时,是否有在 laravel 中自动显示维护模式的最佳方法?我知道有命令 php artisan down
或将文件上传到 store/framework
,但是当服务器关闭时,我无法上传或调用命令。服务器停机时显示维护模式的最佳做法是什么?
a) 使用负载均衡器
b) 使用cloudflare,但不会显示维护屏幕,只是网站离线
c) 击败物理学