摘要: #!/bin/bash #set -x #date: 2018-12-13 #Description: 一键安装LNMP环境 or LAMP 环境 #Version: 0.4 #Author: simon #定义命令搜索路径 PATH=/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin:~/bin ex... 阅读全文
posted @ 2018-12-13 10:55 Simon92 阅读(292) 评论(0) 推荐(0) 编辑
摘要: #!/bin/bash #================================================================ # Copyright (C) 2018 All rights reserved. # # File::lnmp_install.sh # Author:zhurui # Date:2018/12/13 # De... 阅读全文
posted @ 2018-12-13 10:36 Simon92 阅读(220) 评论(0) 推荐(0) 编辑
摘要: 1 server { 2 listen 8080; 3 server_name localhost; 4 5 #charset koi8-r; 6 charset utf-8; 7 8 #access_log logs/host.access.log main; 9 10 location / { 阅读全文
posted @ 2018-12-13 10:28 Simon92 阅读(641) 评论(0) 推荐(0) 编辑