Nginx
文章平均质量分 80
yin_bill_wang
热爱IP网络技术,Python
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
HOWTO - Install Nginx + uWSGI + Django
The basics are almost identical with the uWSGI official document. Here I would like to note a few important points when setting up Nginx + uWSGI + Django on CentOS 7.ConceptA web server faces the outsi原创 2015-07-21 12:23:32 · 1687 阅读 · 0 评论 -
[Nginx, Django]Securing connections with SSL
Reference: Django by Example Chapter 13Create directory under /etc/nginx, and cd to that directorymkdir /etc/nginx/sslcd /etc/nginx/sslCreating a SSL certificateopenssl req -x509 -nodes -days 365 -ne原创 2016-01-25 15:58:28 · 691 阅读 · 0 评论
分享