nginx-1.9.11_fastdfs_module_master.zip linux 整合安装

时间:2021-08-26 16:29:15
【文件属性】:
文件名称:nginx-1.9.11_fastdfs_module_master.zip linux 整合安装
文件大小:2.51MB
文件格式:ZIP
更新时间:2021-08-26 16:29:15
nginx fastdfs linux webserver nginx 和 fastdfs 整合在一起安装, 先解压编译安装 libfastcommon-master,fastdfs-6.04,fastdfs-master 然后解压 fastdfs-nginx-module-master,nginx-1.9.11. 请在编译安装nginx-1.9.11前配置 ./configure --prefix=/opt/nginx-1.9.11 --add-module=/你的目录位置/fastdfs-nginx-module-master/src --with-http_ssl_module --with-stream 然后再make & make install ,最后在nginx-1.9.11/conf/nginx.conf中加入配置 server{ listen 8089; server_name localhost; location ~* /\.(html|htm|jsp|php|js)$ { deny all; } location /group1/M00{ root /data/fastdfs; ngx_fastdfs_module; } } 其中 group1/M00是我自己配置的路径
【文件预览】:
nginx-1.9.11_fastdfs_module_master
----nginx-1.9.11.tar.gz(874KB)
----libfastcommon-master.zip(468KB)
----fastdfs-nginx-module-master.gz(19KB)
----fastdfs-6.04.zip(883KB)
----fastdfs-master.zip(415KB)

网友评论