随笔分类 -  nginx

摘要:1 配置文件 /etc/nginx/nginx.conf # For more information on configuration, see: # * Official English Documentation: http://nginx.org/en/docs/ # * Official 阅读全文
posted @ 2021-07-10 19:10 夜晚的潜水艇 阅读(566) 评论(0) 推荐(0)
摘要:nginx安装 971 wget http://nginx.org/download/nginx-1.16.1.tar.gz 972 ls 973 tar xf nginx-1.16.1.tar.gz 974 ls 975 cd nginx-1.16.1 976 ls 977 yum install 阅读全文
posted @ 2020-08-07 10:29 夜晚的潜水艇 阅读(241) 评论(0) 推荐(0)