标签:开机自启 root host server index.php 配置nginx 运行 启动 管理
配置nginx与ftp图片服务器:
安装后,要在/usr/local/nginx/conf/nginx.conf里面的server中(带有localhost的那一块)修改为
location \ {
root /home/ftpuser/www;
index index.html index.php index.htm;
}
如果出现403forbidden,则在开头增加user=root
虚拟机内部出错
方法一:很有可能是VM服务没有启动(可能是没有设置为开机自启或认为关闭),你可以进入 “服务”将VMAuthdService、VMnetDHCP、VMware NAT Service、VMwareHostd(VMware Workstation Server)、VMUSBArbService 这5个服务启动即可。
进入服务方法:win+R都是运行,输入services.msc,win8是打开任务管理器,然后选择“服务”。
方法2:以管理员身份运行
标签:开机自启 root host server index.php 配置nginx 运行 启动 管理
原文地址:http://www.cnblogs.com/luobentomoon/p/7526030.html