随笔分类 - Nginx安装配置学习
摘要:/etc/nginx/nginx.conf http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 65; upstream tomcat1{ server [i
阅读全文
摘要:一 nginx简述 Nginx是一款轻量级的网页服务器、反向代理服务器。相较于Apache、lighttpd具有占有内存少,稳定性高等优势。**它最常的用途是提供反向代理服务。** - 负载均衡 - 二 安装nginx步骤(建议下述安装过程全程root) 0 概数 在Centos下,yum源不提供n
阅读全文

浙公网安备 33010602011771号