随笔分类 - nginx
摘要:1 配置文件 /etc/nginx/nginx.conf # For more information on configuration, see: # * Official English Documentation: http://nginx.org/en/docs/ # * Official
阅读全文
摘要: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
阅读全文