常见的 nginx 配置文件的写法

常见的 nginx 配置文件的写法

http与https按照给php环境配置的样子举例httpserver { listen 80; root /xxx/xxx/xxx; # 项目目录 index index.html index.php; server_name domain.xx.xx; # 绑定的域名或者ip server_tokens off; location ~* .(...
Python使用virtualenvwrapper创建虚拟环境

Python使用virtualenvwrapper创建虚拟环境

为了不影响本地的大环境或者同时安装python2以及python3之后的方便切换,使用python的虚拟环境大多数用virtualenv来做,我用virtualenvwrapper来做,方便管理 Windows环境下假设python3在path下,python2未添加安装pip inst...
Let’s Encrypt通配符SSL证书免费申请

Let’s Encrypt通配符SSL证书免费申请

之前写过一个Let's Encrypt来申请单域名的SSL证书的步骤,详情请看:certbot免费SSL证书申请部署步骤https://freessl.org通配符要选择第二个的输入框中写入要申请的通配符域名,比如*.iicats.com,然后点击创建免费的SSL证...