因为活动原因,有时候会在一定的时间范围对开放一个页面
人工守着肯定不是个好办法
Nginx可以这么操作:
if ($time_iso8601 ~ '(2020-08-26T(14|15|16))') { rewrite ^/(.*) https://baidu.com; }