05 2022 档案

摘要:Ubuntu16.04部署django+nginx项目项目使用django+nginx部署。 这个项目断断续续地部署4遍了。感觉每次部署都挺费时间的(找各种配置的资料),于是写一个博客总结一下。 参考网站:https://www.jianshu.com/p/94ba6e48170c https://www.cnblogs.com/crowbrother 阅读全文
posted @ 2022-05-30 17:21 m1pha 阅读(79) 评论(0) 推荐(0)
摘要:两篇博客的实现方法不同。 另外:nginx的前端文件路径应该为:/usr/local/nginx/html下。 index.html <head> <meta charset="utf-8" /> <meta http-equiv="X-UA-Compatible" content="IE=edge 阅读全文
posted @ 2022-05-18 16:53 m1pha 阅读(350) 评论(0) 推荐(0)
摘要:减小js和css文件大小,提高首屏速度。 虽然也没有快到哪里去(可能是因为我没有调参),但js、css文件的大小都大幅度减小了。 参考:https://blog.csdn.net/qq_43363884/article/details/108195408 nginx.conf #user nobod 阅读全文
posted @ 2022-05-11 15:17 m1pha 阅读(271) 评论(0) 推荐(0)