web部署
文章平均质量分 58
fingerecho
生活就是最好的教科书
展开
-
Djang1.8+Nginx 静态文件的部署问题
Djang1.8+Nginx 静态文件的部署问题 参考:https://blog.csdn.net/u010098331/article/details/63262523 https://blog.csdn.net/onlysunnyboy/article/details/75270533 setting.py中是这样配置的: STATIC_ROOT = os....原创 2018-06-21 13:45:59 · 249 阅读 · 0 评论 -
python web 程序的9种部署方式
转自: http://www.open-open.com/lib/view/open1385131452292.htmlpython有很多web 开发框架,代码写完了,部署上线是个大事,通常来说,web应用一般是三层结构Web ServerApplicationDB Server主流的web server 一个巴掌就能数出来,apache,lighttpd,nginx,iisapplication...转载 2018-06-13 22:58:48 · 12978 阅读 · 0 评论 -
Centos环境下Django+gunicorn+Nginx+python3.6
Centos环境下Django+gunicorn+Nginx+python3.6 准备工作: centos 下运行lsb_release -a 显示如下版本信息 LSB Version: :core-4.1-amd64:core-4.1-noarch Distributor ID: CentOS Description: CentOS Linux release 7.4.17...原创 2018-06-20 16:09:52 · 323 阅读 · 0 评论 -
centos7下安装uwsgi出现的问题
正常情况下使用pip3 安装的uwsgi 使用 uwsgi –http :8001 –wsgi-file test.py curl 8001端口时 却出现 Internal Server Error 于是查看官网:https://uwsgi-docs.readthedocs.io/en/latest/Install.html#installing-from-source On a Fe...原创 2018-07-11 12:52:03 · 4759 阅读 · 0 评论 -
memcached实用
http://www.cnblogs.com/zhangxinqi/p/9279014.html memcached https://www.cnblogs.com/wayne173/p/5652034.html原创 2018-09-13 13:45:32 · 160 阅读 · 0 评论