随笔分类 -  Nginx安装配置学习

摘要:/etc/nginx/nginx.conf http { include mime.types; default_type application/octet-stream; sendfile on; keepalive_timeout 65; upstream tomcat1{ server [i 阅读全文
posted @ 2021-12-27 22:09 名叫蛐蛐的喵 阅读(847) 评论(0) 推荐(0)
摘要:一 nginx简述 Nginx是一款轻量级的网页服务器、反向代理服务器。相较于Apache、lighttpd具有占有内存少,稳定性高等优势。**它最常的用途是提供反向代理服务。** - 负载均衡 - 二 安装nginx步骤(建议下述安装过程全程root) 0 概数 在Centos下,yum源不提供n 阅读全文
posted @ 2019-07-22 14:11 名叫蛐蛐的喵 阅读(13078) 评论(4) 推荐(6)