阿里云服务器apache配置https
使用阿里云提供的免费ssl证书为自己的网站www.0773linji.com加了https这有点逼格的外衣
林氏智造 于 2013-12-07 发布 3277 人已阅
location / { root html; index index.html index.htm; }
修改Nginx配置如下
location / { root D:/PHPWeb; index index.php index.html index.htm; }这里需要注意,路径分隔符请使用”/”而不要使用Windows中的””以防歧义。
#location ~ .php$ { # root html; # fastcgi_pass 127.0.0.1:9000; # fastcgi_index index.php; # fastcgi_param SCRIPT_FILENAME /scripts$fastcgi_script_name; # include fastcgi_params; #}去处#并添加WEB目录,即
location ~ .php$ { root D:/PHPWeb; fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME D:/PHPWeb$fastcgi_script_name; include fastcgi_params; }这里需要注意,需要将
使用阿里云提供的免费ssl证书为自己的网站www.0773linji.com加了https这有点逼格的外衣
在不使用git或者svn去管理代码的情况下,只能上ftp了,系统是Centos5.6,安装一个vsftp服务让服务器拥有ftp功能。
gitflow是一种git工作模式,让整个团队有规范可以遵守,在此详细介绍下gitflow的一些概念和指令
团队开发中经常使用的SVN作为同步开发版本控制,记录下常用的SVN命令,以后方便查找
这段时间接到公司要做SEO的任务,对于新手的我来说第一想到的就是关键词的选择,咨询了很多SEO高手得知关键词的选择要结合关键词优化的难易程度来取舍;这就引出了如何判断...
网页首屏设计尺寸1003X432,随便记录,好记性不如烂笔头。