Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当前网站运行在 Django、Gunicorn 和 nginx 上。我想要一种将当前首页转换为静态 HTML 页面的方法,并希望 nginx 为这个静态页面提供服务,而不是遍历整个 Web 堆栈。我希望首页加载得更快。这可以手动完成,但是是否有与 Django 或 Gunicorn 集成的工具可以自动将某些页面转换为静态页面并提供这些页面?
把它放在你的 /media/ 文件夹中
然后只是指向
some.url/media/html/some_static_html.html