随笔分类 - nginx
摘要:server { listen 8082; server_name localhost; location /download/ alias /usr/share/nginx/psbcubankout-dev; sendfile on; # 开启高效文件传输模式 autoindex on; # 开启
阅读全文
摘要:Nginx笔记 一、编译安装nginx 1.1、安装依赖 yum -y install gcc gcc-c++ autoconf automake make yum -y install pcre-devel yum -y install openssl openssl-devel 1.2、安装ng
阅读全文