摘要:
在server中加上红色所示一行:server { listen 443; ... more config here, include SSL ... location ~ \.php$ { ... FastCGI config here ... fas... 阅读全文
摘要:
Ubuntu Server 12.04中,网卡MAC变更,导致找不到eth0,提示:Cannot find device "eth0"解决方法 编辑 /etc/udev/rules.d/70-persistent-net.rules 文件将旧MAC对应条目删除,重启系统即可参考链接:http://u... 阅读全文