随笔分类 -  nginx

摘要:1.必备条件:一台linux服务器(centOS/ubuntu),一款web服务器(Nginx/apache/tomcat),一个属于自己的独立域名(cn/com/org...) 2.服务器购买及配置 2.1服务器的选择(一种linux,一种windows) linux下的更稳定,如centOS; 阅读全文
posted @ 2019-09-29 19:14 CatherLee 阅读(2529) 评论(0) 推荐(0)
摘要:cat /usr/local/opt/nginx/ //nginx路径 cd /usr/local/opt/nginx/html //localhost的指向 ln -s ~/Documents docs //建立软链示例 eg: 在文件夹中建立软链接(类似于win系统的快捷方式) 如下:桌面上的一 阅读全文
posted @ 2019-03-13 14:19 CatherLee 阅读(2704) 评论(0) 推荐(0)