私人领地
该文被密码保护。 阅读全文
posted @ 2018-05-17 22:55 狂奔的蜗牛Snails 阅读(30) 评论(0) 推荐(0)
摘要: 1.建立wwwroot(/home/wwwrooot) 另建立一个wwwroot/test/index.html(网站目录) 2.建立vhost文件(/usr/local/nginx/conf/vhost) 3.配置nginx.conf,加入:include vhost/*.conf; 另配置vho 阅读全文
posted @ 2018-05-17 22:55 狂奔的蜗牛Snails 阅读(19356) 评论(0) 推荐(0)
摘要: nginx开机启动 1.首先,在linux系统的/etc/init.d/目录下创建nginx文件 2.加入脚本 1 #!/bin/bash 2 # nginx Startup script for the Nginx HTTP Server 3 # it is v.0.0.2 version. 4 阅读全文
posted @ 2018-05-17 22:53 狂奔的蜗牛Snails 阅读(3367) 评论(0) 推荐(0)