【发布时间】:2019-12-29 23:07:13
【问题描述】:
我希望给定页面在 x 秒后加载,例如当有人访问 URL“https://example.com/examplelocation”时,浏览器将尝试加载页面几秒钟,然后 nginx 将返回其带有页面正文的 HTTP OK , 这可能吗? 伪代码:
location ~ ^/examplelocation/ {
# wait some time and then send the response
}
【问题讨论】:
标签: nginx nginx-location